add traceable dummies

This commit is contained in:
Torsten Ruger
2018-03-14 20:25:21 +05:30
parent 559a797100
commit 2533842204
7 changed files with 24 additions and 5 deletions

View File

@ -23,6 +23,10 @@ module Mom
def initialize( receiver,arguments )
@receiver , @arguments = receiver , arguments
end
def to_risc(context)
Risc::Label.new(self,"ArgumentTransfer")
end
end