Преглед на файлове

* test uses rax so it is x86-64 only

git-svn-id: trunk@22774 -
florian преди 13 години
родител
ревизия
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}