On 20.04.21 12:36, Claudio Fontana wrote:
now that we protect all calls to the tcg-specific functions
with if (tcg_enabled()), we do not need the TCG stub anymore.

You need compile-time checks, not runtime checks. Any calls have to be protected by #ifdef, otherwise the compiler might bail out.

Maybe you just wanted to state it differently in this patch description.

--
Thanks,

David / dhildenb


Reply via email to