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 1fccd76 commit 1042394Copy full SHA for 1042394
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: e075412a920562acc3603e872486747915b87b01
+refs/heads/master: 28745aa07f9fad242d9674fde74416f001acc463
trunk/src/rt/arch/i386/morestack.S
@@ -62,7 +62,7 @@ MORESTACK:
62
subl $12,%esp
63
calll RUST_GET_TASK
64
testl %eax,%eax
65
- jz L$bail
+ jz .L$bail
66
67
movl $12, (%esp)
68
calll UPCALL_ALLOC_C_STACK
@@ -114,7 +114,7 @@ MORESTACK:
114
addl $12,%esp
115
retl $8 // ra stksz argsz x ra args
116
117
-L$bail:
+.L$bail:
118
movl 12(%esp),%edx
119
addl $RETURN_OFFSET,%edx
120
addl $12+4+8+ALIGNMENT,%esp
0 commit comments