Skip to content

Commit 853b00c

Browse files
committed
---
yaml --- r: 331 b: refs/heads/master c: cb989a8 h: refs/heads/master i: 329: 8101a1c 327: 9b2bb7e v: v3
1 parent 11e10b1 commit 853b00c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 05f34b088668b9b087c77363c2c359bcb40ae2ed
2+
refs/heads/master: cb989a816d22e9a1016d1c33c85ff44aca933d28

trunk/src/boot/llvm/llasm.ml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ let x86_glue
7373
* This 'add' instruction is a bit surprising.
7474
* See lengthy comment in boot/be/x86.ml activate_glue.
7575
*)
76-
@ ["addl $20, 12(%edx)"]
76+
@ [ Printf.sprintf
77+
"addl $20, %d(%%edx)"
78+
(Abi.task_field_rust_sp * 4) ]
79+
7780
@ restore_callee_saves
7881
@ ["ret"]));
7982

0 commit comments

Comments
 (0)