Explorar o código

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

florian %!s(int64=3) %!d(string=hai) anos
pai
achega
d5d9716916
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;