Skip to content

Commit 1042394

Browse files
committed
---
yaml --- r: 6479 b: refs/heads/master c: 28745aa h: refs/heads/master i: 6477: 409152a 6475: 14a8c1b 6471: 6364cf1 6463: a26430f v: v3
1 parent 1fccd76 commit 1042394

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: e075412a920562acc3603e872486747915b87b01
2+
refs/heads/master: 28745aa07f9fad242d9674fde74416f001acc463

trunk/src/rt/arch/i386/morestack.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ MORESTACK:
6262
subl $12,%esp
6363
calll RUST_GET_TASK
6464
testl %eax,%eax
65-
jz L$bail
65+
jz .L$bail
6666

6767
movl $12, (%esp)
6868
calll UPCALL_ALLOC_C_STACK
@@ -114,7 +114,7 @@ MORESTACK:
114114
addl $12,%esp
115115
retl $8 // ra stksz argsz x ra args
116116

117-
L$bail:
117+
.L$bail:
118118
movl 12(%esp),%edx
119119
addl $RETURN_OFFSET,%edx
120120
addl $12+4+8+ALIGNMENT,%esp

0 commit comments

Comments
 (0)