mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:59: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
|
||||
end;
|
||||
{$endif cpu68k}
|
||||
{$ifdef arm}
|
||||
asm
|
||||
ld r0,test.l
|
||||
end;
|
||||
{$endif arm}
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user