mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 09:29:26 +02:00
*** empty log message ***
This commit is contained in:
parent
0debc54f69
commit
5953d974c2
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user