Fix loading of __progname_storage+255

git-svn-id: trunk@26453 -
This commit is contained in:
pierre 2014-01-13 23:03:51 +00:00
parent fdb3525d9f
commit 9833faeb0a

View File

@ -91,7 +91,7 @@ ___start:
movzbl (%rax), %eax
testb %al, %al
je .L9
movl $__progname_storage+255, %eax
movq $__progname_storage+255, %rax
cmpq %rax, -16(%rbp)
jb .L8
.L9:
@ -139,6 +139,7 @@ _haltproc:
.LErrorcode:
movq %rax,%rbx
movq $-1,%rax
ret
.LFE9:
.size ___start, .-___start
.type _strrchr, @function