On 1 September 2014 04:59, Bastian Koppelmann <kbast...@mail.uni-paderborn.de> wrote: > Add basic softmmu support for TriCore >
> +static inline void QEMU_NORETURN do_raise_exception(CPUTriCoreState *env, > + uint32_t exception, > + uintptr_t pc) > +{ > + do_raise_exception_err(env, exception, 0, pc); > +} This function isn't actually used, which makes clang emit a warning. It would be good if you could fix this in your next round of tricore patches. thanks -- PMM