2 A bug in stm8 codegen affecting tail-call optimization of calls to functions taing a single 8-bit parameter from functions that put exactly 1 byte of local variables on the stack.
9 volatile unsigned char a
;
11 static inline void ta(void)
16 static void sub_func(bool my_sub_flag
)
21 static void sdcc42_bug(bool my_flag
)