fix interpreter
by currently not checking for old register pattern feels like wip, but passes (all but one)
This commit is contained in:
@ -61,7 +61,7 @@ module Parfait
|
||||
# But the integer (address) needs to be adjusted by load address.
|
||||
class ReturnAddress < Integer
|
||||
|
||||
def to_s
|
||||
def to_s(ignored = nil)
|
||||
"ReturnAddress 0x" + object_id.to_s(16) + ":" + value.to_s
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user