Pick off the last LLVM-crasher from mbx's change.

This commit is contained in:
Graydon Hoare 2010-07-20 15:29:13 -07:00
parent 05f34b0886
commit cb989a816d
1 changed files with 4 additions and 1 deletions

View File

@ -73,7 +73,10 @@ let x86_glue
* This 'add' instruction is a bit surprising.
* See lengthy comment in boot/be/x86.ml activate_glue.
*)
@ ["addl $20, 12(%edx)"]
@ [ Printf.sprintf
"addl $20, %d(%%edx)"
(Abi.task_field_rust_sp * 4) ]
@ restore_callee_saves
@ ["ret"]));