diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-08-25 23:33:49 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-08-25 23:33:49 -0700 |
commit | e0d034b565d7851b87649f14257b48690592665b (patch) | |
tree | 02f9515291aeaa636c106647f4011fb23bb02c07 /apps/desugar.subx | |
parent | fc55af70a5b0771d7656024716a51345bbe11fcb (diff) | |
download | mu-e0d034b565d7851b87649f14257b48690592665b.tar.gz |
5590
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: |