Ver Fonte

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

git-svn-id: trunk@15540 -
Jonas Maebe há 15 anos atrás
pai
commit
5ce9bf7e39
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/webtbs/tw13294.pp

+ 1 - 1
tests/webtbs/tw13294.pp

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