Browse Source

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

git-svn-id: trunk@46696 -
florian 5 years ago
parent
commit
f30f62231f
1 changed files with 1 additions and 3 deletions
  1. 1 3
      compiler/xtensa/cgcpu.pas

+ 1 - 3
compiler/xtensa/cgcpu.pas

@@ -744,9 +744,7 @@ implementation
               else
                 Internalerror(2020031401);
             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;