mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:29:27 +02:00
* disable TLS segment initialization, it breaks threading
git-svn-id: trunk@1470 -
This commit is contained in:
parent
7d153beac7
commit
7f6d44006e
@ -59,9 +59,9 @@ _start:
|
||||
fwait
|
||||
fldcw ___fpucw
|
||||
|
||||
/* Initialize gs for thread local storage */
|
||||
movw %ds,%ax
|
||||
movw %ax,%gs
|
||||
# /* Initialize gs for thread local storage */
|
||||
# movw %ds,%ax
|
||||
# movw %ax,%gs
|
||||
|
||||
xorl %ebp,%ebp
|
||||
call PASCALMAIN
|
||||
|
Loading…
Reference in New Issue
Block a user