mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 00:51:28 +02:00
Fixed win64 compilation after r17497 ('movq' is no longer valid as a replacement for 'mov' in Intel asmmode).
git-svn-id: trunk@17498 -
This commit is contained in:
parent
08e895cf7c
commit
a4ef532fd3
@ -9020,7 +9020,7 @@ asm
|
||||
MOV EAX, FS:[024] // was zero
|
||||
{$endif cpu386}
|
||||
{$ifdef cpux86_64}
|
||||
movq RAX, GS:[48]
|
||||
mov RAX, GS:[48]
|
||||
{$endif cpux86_64}
|
||||
end;
|
||||
{$ENDIF JWA_INCLUDEMODE}
|
||||
|
Loading…
Reference in New Issue
Block a user