2 z80 backend inserted extra whitespace in call via __z88dk_fastcall function pointer
3 for --reserve-regs-iy, confusing peephole optimizer
9 #pragma disable_warning 283
13 #if defined(__SDCC_mcs51) || defined(__SDCC_pdk14) || defined(__SDCC_pdk15)
14 #ifdef __z88dk_fastcall
15 #undef __z88dk_fastcall
17 #define __z88dk_fastcall __reentrant
18 #elif !(defined(__SDCC_z80) || defined(__SDCC_z180))
19 #define __z88dk_fastcall
22 short example(short x
) __z88dk_fastcall
27 short (*ifunc
)(short arg
) __z88dk_fastcall
;
34 for (i
= 0; i
< 42; ++i
)