瀏覽代碼

*** empty log message ***

florian 21 年之前
父節點
當前提交
5953d974c2
共有 1 個文件被更改,包括 5 次插入0 次删除
  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.