Browse Source

* thumb has no mla instruction support

git-svn-id: trunk@28543 -
florian 11 years ago
parent
commit
d407d8ec7e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/webtbs/tw9461.pp

+ 2 - 0
tests/webtbs/tw9461.pp

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