Browse Source

+ linux/ppc support

Jonas Maebe 21 years ago
parent
commit
396f4aa9ab
1 changed files with 5 additions and 1 deletions
  1. 5 1
      tests/tbs/tb0193.pp

+ 5 - 1
tests/tbs/tb0193.pp

@@ -14,7 +14,11 @@ end ['EAX'];
         move.l    HEAPSIZE,d0
         move.l    HEAPSIZE,d0
 end ['D0'];
 end ['D0'];
 {$endif CPU68K}
 {$endif CPU68K}
-
+{$ifdef cpupowerpc}
+       lis r3, heapsize@ha
+       lwz r3, heapsize@l(r3)
+end;
+{$endif cpupowerpc}
 
 
 begin
 begin
   writeln(getheapsize);
   writeln(getheapsize);