this looks like a bug

But of course the test is still infinite-looping so we can't be sure.
I'm still just reading the code.
This commit is contained in:
Kartik Agaram 2019-07-09 16:39:56 -07:00
parent ca32bfbed8
commit 7a752f8d3d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -631,7 +631,7 @@ $compute-offsets:else:
01/add 0/mod/indirect 5/rm32/.disp32 . . 0/r32/EAX compute-offsets:segment-offset/disp32 # add EAX to *segment-offset
# file-offset += width
01/add 0/mod/indirect 5/rm32/.disp32 . . 0/r32/EAX compute-offsets:file-offset/disp32 # add EAX to *file-offset
e9/jump $compute-offsets:line-loop/disp32
e9/jump $compute-offsets:word-loop/disp32
$compute-offsets:end:
# . reclaim locals
# . restore registers