seperate position create and register

many test fixes
This commit is contained in:
Torsten Ruger
2018-06-15 22:00:49 +03:00
parent 9c93b38b8f
commit 698c845297
16 changed files with 75 additions and 55 deletions

View File

@@ -103,7 +103,7 @@ module Risc
end
previous = nil
sorted.each do |objekt|
next if objekt.is_a?( Parfait::BinaryCode) or objekt.is_a?( Risc::Label )
next unless Position.is_object(objekt)
before = at
unless( Position.set?(objekt))
raise objekt.class