On 05/29/2014 05:23 AM, Lluís Vilanova wrote: > + '#ifdef HELPER_GEN_TRACE_PROXY', > + 'static inline void %(name)s(%(args)s)', > + '{', > + ' %(code_new)s', > + ' %(proxy_name)s(%(tmp_names)s);', > + ' %(code_free)s', > + '}', > + '#endif',
Why are you mixing code with DEF_HELPER declarations? Surely putting this in a different file would be better. r~