瀏覽代碼

* 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;