2
0
florian 21 жил өмнө
parent
commit
18ab96362b
1 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  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.