Browse Source

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

git-svn-id: trunk@15540 -
Jonas Maebe 15 năm trước cách đây
mục cha
commit
5ce9bf7e39
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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}