mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
Fix loading of __progname_storage+255
git-svn-id: trunk@26453 -
This commit is contained in:
parent
fdb3525d9f
commit
9833faeb0a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user