Преглед на файлове

* 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;
         r : tregister;
       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
             secondpass(left);
             case left.location.loc of