Browse Source

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

florian 3 years ago
parent
commit
d5d9716916
1 changed files with 1 additions and 1 deletions
  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;