fix plus, which inherited bugs from operator
This commit is contained in:
@ -182,3 +182,7 @@ end
|
||||
def Risc.allocate_length
|
||||
21
|
||||
end
|
||||
# see test in test/slot_machine/macro/test_init.rb
|
||||
def Risc.init_length
|
||||
14 # initial label ignored in above test
|
||||
end
|
||||
|
Reference in New Issue
Block a user