소스 검색

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

git-svn-id: trunk@46696 -
florian 5 년 전
부모
커밋
f30f62231f
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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;