mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:59:11 +02:00
* Added comment in SysRelocateThreadVar, not working in Windows Vista
git-svn-id: trunk@13753 -
This commit is contained in:
parent
45b20dac4e
commit
12fcb19bf4
@ -107,7 +107,8 @@ CONST
|
|||||||
begin
|
begin
|
||||||
{$ifdef dummy}
|
{$ifdef dummy}
|
||||||
{ it least in the on windows 7 x64, this still doesn't not work, fs:(0x2c) is
|
{ it least in the on windows 7 x64, this still doesn't not work, fs:(0x2c) is
|
||||||
self referencing on this system (FK) }
|
self referencing on this system (FK)
|
||||||
|
MVC: It also does not work on Windows Vista 32-bit, Home Premium, SP 1. Results in a crash}
|
||||||
asm
|
asm
|
||||||
movl TLSKey,%edx
|
movl TLSKey,%edx
|
||||||
movl %fs:(0x2c),%eax
|
movl %fs:(0x2c),%eax
|
||||||
|
Loading…
Reference in New Issue
Block a user