rt: Rename L$bail to .L$bail in i386/morestack.S

This commit is contained in:
Brian Anderson 2011-11-28 17:09:38 -08:00
parent e075412a92
commit 28745aa07f
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ MORESTACK:
subl $12,%esp
calll RUST_GET_TASK
testl %eax,%eax
jz L$bail
jz .L$bail
movl $12, (%esp)
calll UPCALL_ALLOC_C_STACK
@ -114,7 +114,7 @@ MORESTACK:
addl $12,%esp
retl $8 // ra stksz argsz x ra args
L$bail:
.L$bail:
movl 12(%esp),%edx
addl $RETURN_OFFSET,%edx
addl $12+4+8+ALIGNMENT,%esp