Browse Source

*** empty log message ***

florian 21 years ago
parent
commit
5953d974c2
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tests/test/tasmread.pp

+ 5 - 0
tests/test/tasmread.pp

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