about summary refs log tree commit diff stats
path: root/apps/desugar.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-25 23:33:49 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-25 23:33:49 -0700
commite0d034b565d7851b87649f14257b48690592665b (patch)
tree02f9515291aeaa636c106647f4011fb23bb02c07 /apps/desugar.subx
parentfc55af70a5b0771d7656024716a51345bbe11fcb (diff)
downloadmu-e0d034b565d7851b87649f14257b48690592665b.tar.gz
5590
Diffstat (limited to 'apps/desugar.subx')
-rw-r--r--apps/desugar.subx2
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: