check for correct operator
was getting passed sol constants
This commit is contained in:
@ -73,7 +73,7 @@ module Sol
|
||||
# for loading into a slot, return the "slot_definition" that can be passed to
|
||||
# SlotLoad.
|
||||
def to_slot(compiler)
|
||||
raise "not iplemented in #{self}"
|
||||
raise "not implemented in #{self}:#{self.class}"
|
||||
end
|
||||
|
||||
end
|
||||
|
Reference in New Issue
Block a user