mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
* fixed bug, due to a typo in the previous commit
git-svn-id: trunk@41654 -
This commit is contained in:
parent
2771e8c717
commit
692a3fe3e4
@ -92,7 +92,7 @@ ___start:
|
|||||||
movzbl (%rax), %eax
|
movzbl (%rax), %eax
|
||||||
testb %al, %al
|
testb %al, %al
|
||||||
je .L9
|
je .L9
|
||||||
leaq __progname_storage+255(%rbp), %rax
|
leaq __progname_storage+255(%rip), %rax
|
||||||
cmpq %rax, -16(%rbp)
|
cmpq %rax, -16(%rbp)
|
||||||
jb .L8
|
jb .L8
|
||||||
.L9:
|
.L9:
|
||||||
|
Loading…
Reference in New Issue
Block a user