From e9051dc267819d2ecadc4b4f21ee90e2d8a5a1a5 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 29 Dec 2003 10:58:05 +0000 Subject: [PATCH] + powerpc suppport --- tests/tbs/tb0118.pp | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/tests/tbs/tb0118.pp b/tests/tbs/tb0118.pp index 08b73c1892..2dbc1d0d23 100644 --- a/tests/tbs/tb0118.pp +++ b/tests/tbs/tb0118.pp @@ -29,6 +29,25 @@ asm move.l d0,a5 end ['d0','a5']; {$endif CPU68K} +{$ifdef CPUPOWERPC} +asm + // doesn't matter, there is no static register used anymore for self, + // and self is now loaded on-demand instead of always + li r0,0 + li r3,0 + li r4,0 + li r5,0 + li r6,0 + li r7,0 + li r8,0 + li r9,0 + li r10,0 + li r11,0 + li r12,0 +end; +{$endif CPUPOWERPC} + + var p1 : tpt; begin