to_s for reg instructions
This commit is contained in:
@ -8,5 +8,10 @@ module Register
|
||||
@method = method
|
||||
end
|
||||
attr_reader :method
|
||||
|
||||
def to_s
|
||||
"FunctionCall(#{method.name})"
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user