Browse Source

* compiler identifier is powerpc64, not ppc64

git-svn-id: trunk@6365 -
Jonas Maebe 18 years ago
parent
commit
80b0b1c057
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/tbs/tb0528.pp

+ 2 - 2
tests/tbs/tb0528.pp

@@ -1,4 +1,4 @@
-{%CPU=x86_64,ppc64}
+{%CPU=x86_64,powerpc64}
 program tb0528;
 
 {This program tests if huge arrays work on 64-bit systems. I got the idea
@@ -25,4 +25,4 @@ begin
   writeln(a[$ffffffff]);
   writeln(b[$ffffffff]);
   writeln(c[$ffffffff]);
-end.
+end.