소스 검색

* fix thlcgxtensa.g_intf_wrapper as proposed by Anton in #39326, resolves #39326

florian 3 년 전
부모
커밋
d5d9716916
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/xtensa/hlcgcpu.pas

+ 1 - 1
compiler/xtensa/hlcgcpu.pas

@@ -100,7 +100,7 @@ implementation
 //          op_onr12methodaddr;
         end
       else
-        list.concat(taicpu.op_sym(A_CALL0,current_asmdata.RefAsmSymbol(procdef.mangledname,AT_FUNCTION)));
+        cg.a_jmp_name(list,procdef.mangledname);
       list.concatlist(current_procinfo.aktlocaldata);
 
       current_procinfo.Free;