hand context into position

This commit is contained in:
Torsten Ruger
2018-05-06 00:34:59 +03:00
parent 6b7e1e3932
commit 415df49199
3 changed files with 41 additions and 6 deletions

View File

@ -114,7 +114,7 @@ module Risc
before = at
nekst = method.binary
while(nekst)
Position.set_position(nekst , at)
Position.set_position(nekst , at , method)
at += nekst.padded_length
nekst = nekst.next
end