* thumb has no mla instruction support

git-svn-id: trunk@28543 -
This commit is contained in:
florian 2014-08-30 20:42:40 +00:00
parent 836a6e46ca
commit d407d8ec7e

View File

@ -3,7 +3,9 @@ procedure p; assembler;
var
i : longint;
asm
{$ifndef CPUTHUMB}
mla r0,r1,r2,r3
{$endif CPUTHUMB}
end;
begin