Explorar el Código

+ added sparc code

florian hace 21 años
padre
commit
18ab96362b
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      tests/tbs/tb0193.pp

+ 5 - 1
tests/tbs/tb0193.pp

@@ -23,7 +23,11 @@ end ['D0'];
        lwz r3, heapsize@l(r3)
 end;
 {$endif cpupowerpc}
-
+{$ifdef cpusparc}
+       sethi   %hi(heapsize),%i0
+       or      %i0,%lo(heapsize),%i0
+end;
+{$endif cpusparc}
 begin
   writeln(getheapsize);
 end.