From 144abce2309c3422238be60a2fbedb1e4454af53 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 25 Apr 2020 20:27:24 -0700 Subject: 6212 --- apps/calls.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.4.1-2-gfad0