Browse Source

+ ppc support

Jonas Maebe 21 years ago
parent
commit
67eaf25d33
1 changed files with 6 additions and 0 deletions
  1. 6 0
      tests/tbs/tb0072.pp

+ 6 - 0
tests/tbs/tb0072.pp

@@ -23,6 +23,12 @@ asm
   move.l  y,d1
   move.l  y,d1
 end;
 end;
 {$endif CPU68K}
 {$endif CPU68K}
+{$ifdef CPUPOWERPC}
+asm
+  mr r5,x
+  mr r6,y
+end;
+{$endif CPUPOWERPC}
 
 
 {procedure nothing(x,y: longint);
 {procedure nothing(x,y: longint);
 begin
 begin