Skip to content

Commit 28745aa

Browse files
committed
rt: Rename L$bail to .L$bail in i386/morestack.S
1 parent e075412 commit 28745aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)