florian %!s(int64=21) %!d(string=hai) anos
pai
achega
9cc9d68060
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      tests/tbs/tb0072.pp

+ 6 - 0
tests/tbs/tb0072.pp

@@ -40,6 +40,12 @@ asm
   movl y,%ecx
 end;
 {$endif CPUX86_64}
+{$ifdef CPUSPARC}
+asm
+  mov x,%i0
+  mov y,%i1
+end;
+{$endif CPUSPARC}
 
 {procedure nothing(x,y: longint);
 begin