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 9008406 commit c857ef2Copy full SHA for c857ef2
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: a352efadad7271798848c6ef4a22d8de7c8eba3a
+refs/heads/master: 44b051f34af7512e8b13a1dfaac03967989a0ca4
trunk/src/comp/back/x86.rs
@@ -49,7 +49,7 @@ fn rust_activate_glue() -> vec[str] {
49
50
// This 'add' instruction is a bit surprising.
51
// See lengthy comment in boot/be/x86.ml activate_glue.
52
- + vec("addl $20, " + wstr(abi.task_field_rust_sp) + "(%edx)")
+ + vec("addl $20, " + wstr(abi.task_field_rust_sp) + "(%ecx)")
53
54
+ restore_callee_saves()
55
+ vec("ret");
0 commit comments