qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v7 03/15] target-tricore: Add softmmu support


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v7 03/15] target-tricore: Add softmmu support
Date: Mon, 15 Sep 2014 09:55:54 -0700

On 1 September 2014 04:59, Bastian Koppelmann
<address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]