checkpointing on the mad road to register allocation
This commit is contained in:
@@ -11,7 +11,7 @@ module Vm
|
||||
|
||||
|
||||
class IntegerConstant < Constant
|
||||
def init int
|
||||
def initialize int
|
||||
@integer = int
|
||||
end
|
||||
attr_reader :integer
|
||||
|
Reference in New Issue
Block a user