bit more cleaning of testing
This commit is contained in:
@ -45,11 +45,6 @@ module Parfait
|
||||
self.get_length
|
||||
end
|
||||
|
||||
# beat the recursion! fixed known offset for class object in the layout
|
||||
def get_object_class()
|
||||
return self.object_class
|
||||
end
|
||||
|
||||
def object_instance_names
|
||||
names = List.new
|
||||
index = 3
|
||||
|
@ -123,11 +123,6 @@ module Parfait
|
||||
"'" + to_s + "'"
|
||||
end
|
||||
|
||||
#below here is OLD, DUBIOUS and needs to be checked TODO
|
||||
def result= value
|
||||
raise "called"
|
||||
class_for(MoveInstruction).new(value , self , :opcode => :mov)
|
||||
end
|
||||
def word_length
|
||||
padded self.length
|
||||
end
|
||||
|
Reference in New Issue
Block a user