* ifdef i386 -> ifdef cpui386 (fixes i386 compilation)

git-svn-id: trunk@15540 -
This commit is contained in:
Jonas Maebe 2010-07-10 09:17:56 +00:00
parent 50af809a6c
commit 5ce9bf7e39

View File

@ -7,7 +7,7 @@ var
b: int64;
begin
asm
{$ifdef i386}
{$ifdef cpui386}
movd a, %xmm0
movd %xmm0, b
{$else}