adding sources to register instructions

This commit is contained in:
Torsten Ruger
2015-07-27 12:13:39 +03:00
parent f91c9fabe8
commit 36f635f7c1
16 changed files with 55 additions and 47 deletions

View File

@ -9,7 +9,8 @@ module Register
class Syscall < Instruction
def initialize name
def initialize source ,name
super(source)
@name = name
end
attr_reader :name