Explorar o código

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

git-svn-id: trunk@15540 -
Jonas Maebe %!s(int64=15) %!d(string=hai) anos
pai
achega
5ce9bf7e39
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}