Explorar el Código

+ linux/ppc support

Jonas Maebe hace 22 años
padre
commit
396f4aa9ab
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      tests/tbs/tb0193.pp

+ 5 - 1
tests/tbs/tb0193.pp

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