2
0
Эх сурвалжийг харах

* reverted 46417: if a assembler subroutine needs an entry instruction, it should be added explicitly

git-svn-id: trunk@46696 -
florian 5 жил өмнө
parent
commit
f30f62231f

+ 1 - 3
compiler/xtensa/cgcpu.pas

@@ -744,9 +744,7 @@ implementation
               else
               else
                 Internalerror(2020031401);
                 Internalerror(2020031401);
             end;
             end;
-          end
-        else if target_info.abi=abi_xtensa_windowed then
-          list.concat(taicpu.op_reg_const(A_ENTRY,NR_STACK_POINTER_REG,16));
+          end;
       end;
       end;