mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 13:29:27 +02:00
* thumb has no mla instruction support
git-svn-id: trunk@28543 -
This commit is contained in:
parent
836a6e46ca
commit
d407d8ec7e
@ -3,7 +3,9 @@ procedure p; assembler;
|
||||
var
|
||||
i : longint;
|
||||
asm
|
||||
{$ifndef CPUTHUMB}
|
||||
mla r0,r1,r2,r3
|
||||
{$endif CPUTHUMB}
|
||||
end;
|
||||
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user