pass extra info into register init, not just value
extra info may be hash, maybe just type info
This commit is contained in:
@ -8,7 +8,7 @@ module Mom
|
||||
return nil
|
||||
end
|
||||
def use_reg( type )
|
||||
Risc.tmp_reg(type , nil)
|
||||
Risc.tmp_reg(type )
|
||||
end
|
||||
def reset_regs
|
||||
|
||||
|
Reference in New Issue
Block a user