mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
Pick off the last LLVM-crasher from mbx's change.
This commit is contained in:
parent
05f34b0886
commit
cb989a816d
@ -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"]));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user