diff options
Diffstat (limited to 'subx/051test.subx')
-rw-r--r-- | subx/051test.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/051test.subx b/subx/051test.subx index 2556b4ee..b2adf105 100644 --- a/subx/051test.subx +++ b/subx/051test.subx @@ -68,7 +68,7 @@ $check-ints-equal:end: # restore registers 5b/pop-to-EBX 59/pop-to-ECX - # end + # epilog 89/copy 3/mod/direct 4/rm32/ESP . . . 5/r32/EBP . . # copy EBP to ESP 5d/pop-to-EBP c3/return |