diff --git a/tests/test/tasmread.pp b/tests/test/tasmread.pp index 87fad70fa6..3db2c506b4 100644 --- a/tests/test/tasmread.pp +++ b/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.