From b546309ca0b56656968977d4adfdf994f17869c5 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Fri, 7 Sep 2007 10:48:32 +0000 Subject: [PATCH] * enabled assembler test for ppc64 git-svn-id: trunk@8392 - --- tests/test/opt/tretopt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test/opt/tretopt.pp b/tests/test/opt/tretopt.pp index d83383e605..9fdd7f5d90 100644 --- a/tests/test/opt/tretopt.pp +++ b/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}