xtensa: interface wrapper generation
Interface wrapper should invoke method implementation by unconditional jump rather than using CALL0 instruction.
compiler/xtensa/hlcgcpu.pas:103 should be as the following:
cg.a_jmp_name(list,procdef.mangledname);
Edited by Anton