mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:59:17 +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
|
movzbl (%rax), %eax
|
||||||
testb %al, %al
|
testb %al, %al
|
||||||
je .L9
|
je .L9
|
||||||
movl $__progname_storage+255, %eax
|
movq $__progname_storage+255, %rax
|
||||||
cmpq %rax, -16(%rbp)
|
cmpq %rax, -16(%rbp)
|
||||||
jb .L8
|
jb .L8
|
||||||
.L9:
|
.L9:
|
||||||
@ -139,6 +139,7 @@ _haltproc:
|
|||||||
.LErrorcode:
|
.LErrorcode:
|
||||||
movq %rax,%rbx
|
movq %rax,%rbx
|
||||||
movq $-1,%rax
|
movq $-1,%rax
|
||||||
|
ret
|
||||||
.LFE9:
|
.LFE9:
|
||||||
.size ___start, .-___start
|
.size ___start, .-___start
|
||||||
.type _strrchr, @function
|
.type _strrchr, @function
|
||||||
|
Loading…
Reference in New Issue
Block a user