start by moving positioned(module) to position(class)
This commit is contained in:
@ -46,7 +46,7 @@ module Risc
|
||||
|
||||
# labels have the same position as their next
|
||||
def set_position( position , count = 0)
|
||||
Positioned.set_position(self,position)
|
||||
Position.set_position(self,position)
|
||||
self.next.set_position(position,count) if self.next
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user