salaam update and small fixes because if that

This commit is contained in:
Torsten Ruger 2015-11-07 22:27:27 +02:00
parent 1b887c0186
commit 6812b7503b
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ GIT
GIT
remote: git://github.com/salama/salama.git
revision: 1309ea37de7ec14d44e112f94e0ea24db86351bc
revision: f11e8f0a13e9f2725fa028899c3270d481086add
specs:
salama (0.3.0)
salama-object-file (~> 0.3)

View File

@ -28,7 +28,7 @@ class ObjectView < ListView
f = @object.get_instance_variable(variable)
else
variable = (at - @object.class.get_length_index).to_s
f = @object.internal_object_get(at)
f = @object.get_internal(at)
end
#puts "got var name #{variable}#{variable.class} for #{at}, #{f}"
view = RefView.new( variable , f , @z )

View File

@ -39,7 +39,7 @@ class SourceView < ElementView
if i.is_a?(Register::FunctionReturn)
object = @interpreter.get_register( i.register )
#puts "Object #{object}"
link = object.internal_object_get( i.index )
link = object.get_internal( i.index )
#puts "Link #{link}"
raise "No link method" unless link
i = link