Skip to content

Commit c857ef2

Browse files
committed
---
yaml --- r: 914 b: refs/heads/master c: 44b051f h: refs/heads/master v: v3
1 parent 9008406 commit c857ef2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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: a352efadad7271798848c6ef4a22d8de7c8eba3a
2+
refs/heads/master: 44b051f34af7512e8b13a1dfaac03967989a0ca4

trunk/src/comp/back/x86.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fn rust_activate_glue() -> vec[str] {
4949

5050
// This 'add' instruction is a bit surprising.
5151
// See lengthy comment in boot/be/x86.ml activate_glue.
52-
+ vec("addl $20, " + wstr(abi.task_field_rust_sp) + "(%edx)")
52+
+ vec("addl $20, " + wstr(abi.task_field_rust_sp) + "(%ecx)")
5353

5454
+ restore_callee_saves()
5555
+ vec("ret");

0 commit comments

Comments
 (0)