test and last fixes for previous commits (allocalte ints)
mostly just fixing the additional instructions close #20
This commit is contained in:
@ -145,6 +145,7 @@ module Risc
|
||||
# We sidestep all that by pre-allocating.
|
||||
def prepare_int_return
|
||||
integer_tmp = allocate_int
|
||||
reset_names
|
||||
build do
|
||||
message[:return_value] << integer_tmp
|
||||
end
|
||||
|
Reference in New Issue
Block a user