We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e10b1 commit 853b00cCopy full SHA for 853b00c
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 05f34b088668b9b087c77363c2c359bcb40ae2ed
+refs/heads/master: cb989a816d22e9a1016d1c33c85ff44aca933d28
trunk/src/boot/llvm/llasm.ml
@@ -73,7 +73,10 @@ let x86_glue
73
* This 'add' instruction is a bit surprising.
74
* See lengthy comment in boot/be/x86.ml activate_glue.
75
*)
76
- @ ["addl $20, 12(%edx)"]
+ @ [ Printf.sprintf
77
+ "addl $20, %d(%%edx)"
78
+ (Abi.task_field_rust_sp * 4) ]
79
+
80
@ restore_callee_saves
81
@ ["ret"]));
82
0 commit comments