about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-04-25 20:27:24 -0700
committerKartik Agaram <vc@akkartik.com>2020-04-25 20:27:24 -0700
commit144abce2309c3422238be60a2fbedb1e4454af53 (patch)
treedb8567a928da7ad9c262b0bce800baa3e3ba9d64
parent39c4ddb4aa4a4d116e79b9306bb8ae67a500fd83 (diff)
downloadmu-144abce2309c3422238be60a2fbedb1e4454af53.tar.gz
6212
-rw-r--r--apps/calls.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calls.subx b/apps/calls.subx
index 16ca8dc8..d579ace8 100644
--- a/apps/calls.subx
+++ b/apps/calls.subx
@@ -18,7 +18,7 @@
 #   ff 6/subop/push *(eax + 4)                          # push args in..
 #   68/push Var1/imm32                                  # ..reverse order
 #   e8/call foo/disp32
-#   81 0/subop/add %esp 4/imm32                         # undo pushes
+#   81 0/subop/add %esp 0xc/imm32                       # undo pushes
 #
 # Calls always begin with '(' as the first non-whitespace on a line.