fixin up mov arguments
This commit is contained in:
@@ -64,8 +64,9 @@ module Vm
|
||||
end
|
||||
end
|
||||
class MoveInstruction < Instruction
|
||||
def initialize first , options
|
||||
@first = first
|
||||
def initialize to , from , options
|
||||
@to = to
|
||||
@from = from
|
||||
super(options)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user