Explorar o código

*** empty log message ***

florian %!s(int64=21) %!d(string=hai) anos
pai
achega
5953d974c2
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      tests/test/tasmread.pp

+ 5 - 0
tests/test/tasmread.pp

@@ -19,5 +19,10 @@ begin
      move.l  test.l,d0
   end;
 {$endif cpu68k}
+{$ifdef arm}
+  asm
+    ld  r0,test.l
+  end;
+{$endif arm}
 
 end.