ソースを参照

* test uses rax so it is x86-64 only

git-svn-id: trunk@22774 -
florian 12 年 前
コミット
92510963da
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/test/tasm7.pp

+ 1 - 1
tests/test/tasm7.pp

@@ -1,4 +1,4 @@
-{ %CPU=i386,x86_64 }
+{ %CPU=x86_64 }
 
 // (Almost) every of these instructions use a high register and thus generate REX.
 {$asmmode intel}