Browse Source

* enabled assembler test for ppc64

git-svn-id: trunk@8392 -
Jonas Maebe 18 years ago
parent
commit
b546309ca0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/opt/tretopt.pp

+ 1 - 1
tests/test/opt/tretopt.pp

@@ -423,7 +423,7 @@ begin
   testrecinl5;
   testrec2a;
   testrec2ainl;
-{$if defined(cpupowerpc) or defined(cpui386)}
+{$if defined(cpupowerpc) or defined(cpui386) or defined(cpupowerpc64)}
   testrec3a;
   testrec3ainl;
 {$endif}