Browse Source

* test uses rax so it is x86-64 only

git-svn-id: trunk@22774 -
florian 12 years ago
parent
commit
92510963da
1 changed files with 1 additions and 1 deletions
  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.
 // (Almost) every of these instructions use a high register and thus generate REX.
 {$asmmode intel}
 {$asmmode intel}