소스 검색

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

git-svn-id: trunk@15540 -
Jonas Maebe 15 년 전
부모
커밋
5ce9bf7e39
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}