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: ```pascal cg.a_jmp_name(list,procdef.mangledname); ```
issue