diff options
Diffstat (limited to 'apps/calls.subx')
-rw-r--r-- | apps/calls.subx | 2 |
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. |