浏览代码

* PLD is not supported by thumb

git-svn-id: trunk@25407 -
florian 12 年之前
父节点
当前提交
7ef37b5d2a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/arm/narminl.pas

+ 1 - 1
compiler/arm/narminl.pas

@@ -342,7 +342,7 @@ implementation
         ref : treference;
         ref : treference;
         r : tregister;
         r : tregister;
       begin
       begin
-        if CPUARM_HAS_EDSP in cpu_capabilities[current_settings.cputype] then
+        if not(GenerateThumbCode) and (CPUARM_HAS_EDSP in cpu_capabilities[current_settings.cputype] then
           begin
           begin
             secondpass(left);
             secondpass(left);
             case left.location.loc of
             case left.location.loc of