mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +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
|
||||
testb %al, %al
|
||||
je .L9
|
||||
leaq __progname_storage+255(%rbp), %rax
|
||||
leaq __progname_storage+255(%rip), %rax
|
||||
cmpq %rax, -16(%rbp)
|
||||
jb .L8
|
||||
.L9:
|
||||
|
Loading…
Reference in New Issue
Block a user