remove class_eval on slots to map registers
Use their class names (or for now called object names) these are the same that Register helper functions accept already anyway
This commit is contained in:
@ -7,6 +7,10 @@ module Virtual
|
||||
def initialize type = Unknown, value = nil
|
||||
super
|
||||
end
|
||||
|
||||
def object_name
|
||||
return :frame
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user