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:
sergei 2011-05-19 08:45:36 +00:00
parent 08e895cf7c
commit a4ef532fd3

View File

@ -9020,7 +9020,7 @@ asm
MOV EAX, FS:[024] // was zero MOV EAX, FS:[024] // was zero
{$endif cpu386} {$endif cpu386}
{$ifdef cpux86_64} {$ifdef cpux86_64}
movq RAX, GS:[48] mov RAX, GS:[48]
{$endif cpux86_64} {$endif cpux86_64}
end; end;
{$ENDIF JWA_INCLUDEMODE} {$ENDIF JWA_INCLUDEMODE}