summaryrefslogtreecommitdiff
path: root/ia32/PrintAsm.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/PrintAsm.ml')
-rw-r--r--ia32/PrintAsm.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/ia32/PrintAsm.ml b/ia32/PrintAsm.ml
index 12f6691..5ee4d01 100644
--- a/ia32/PrintAsm.ml
+++ b/ia32/PrintAsm.ml
@@ -716,8 +716,7 @@ let print_instruction oc = function
fprintf oc " movl %%edx, %ld(%%esp)\n" ofs_link
| Pfreeframe(sz, ofs_ra, ofs_link) ->
let sz = sp_adjustment sz in
- fprintf oc " addl $%ld, %%esp\n" sz;
- cfi_adjust oc (Int32.neg sz)
+ fprintf oc " addl $%ld, %%esp\n" sz
| Pbuiltin(ef, args, res) ->
begin match ef with
| EF_builtin(name, sg) ->