Some vool starting to work again
disabling some rubyx compiler tests
This commit is contained in:
@ -16,9 +16,9 @@ module Vool
|
||||
# - store the given return value, this is a SlotMove
|
||||
# - activate return sequence (reinstantiate old message and jump to return address)
|
||||
def to_mom( compiler )
|
||||
ret = Mom::SlotLoad.new( [:message , :return_value] ,
|
||||
ret = Mom::SlotLoad.new( self , [:message , :return_value] ,
|
||||
@return_value.slot_definition(compiler) )
|
||||
ret << Mom::ReturnJump.new
|
||||
ret << Mom::ReturnJump.new(self)
|
||||
end
|
||||
|
||||
def to_s(depth = 0)
|
||||
|
Reference in New Issue
Block a user