dragging the extra through resets
as the binary the instruction is in may change when repositioning
This commit is contained in:
@ -28,7 +28,7 @@ module Parfait
|
||||
if Risc::Position.set?(self)
|
||||
Risc::Position.log.debug "extending one in #{self}"
|
||||
my_pos = Risc::Position.get(self)
|
||||
Risc::Position.reset(my_pos , my_pos.at)
|
||||
Risc::Position.reset(my_pos , my_pos.at , my_pos.method)
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user