mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 04:19:07 +02:00
* yet another PIC fix in cprt0 for i386-openbsd
git-svn-id: trunk@41687 -
This commit is contained in:
parent
5f47b0877a
commit
d65d1d17e5
@ -141,7 +141,7 @@ ___start:
|
||||
xorl %ebp,%ebp
|
||||
call main
|
||||
pushl %eax
|
||||
call exit
|
||||
call exit@PLT
|
||||
.p2align 2,0x90
|
||||
|
||||
.globl _haltproc
|
||||
|
Loading…
Reference in New Issue
Block a user