diff options
Diffstat (limited to 'apps/desugar.subx')
-rw-r--r-- | apps/desugar.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/desugar.subx b/apps/desugar.subx index e66e58b1..ac1e64ba 100644 --- a/apps/desugar.subx +++ b/apps/desugar.subx @@ -82,7 +82,7 @@ $run-main: # . . call e8/call convert/disp32 # . . discard args - 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0x8/imm32 # add to ESP + 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 8/imm32 # add to ESP # . syscall(exit, 0) bb/copy-to-EBX 0/imm32 $main:end: |