qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 03/12] osdep.h: move qemu_build_not_reached()


From: Marc-André Lureau
Subject: Re: [PATCH 03/12] osdep.h: move qemu_build_not_reached()
Date: Thu, 24 Feb 2022 23:58:55 +0400

Hi

On Thu, Feb 24, 2022 at 11:43 PM Richard Henderson <richard.henderson@linaro.org> wrote:
On 2/24/22 08:36, marcandre.lureau@redhat.com wrote:
> From: Marc-André Lureau<marcandre.lureau@redhat.com>
>
> Move the macro and declaration so it can use glib in the following
> patch.
>
> Signed-off-by: Marc-André Lureau<marcandre.lureau@redhat.com>
> ---
>   include/qemu/compiler.h | 16 ----------------
>   include/qemu/osdep.h    | 16 ++++++++++++++++
>   2 files changed, 16 insertions(+), 16 deletions(-)

Would this be obviated by a change to _Noreturn?

Yes. Or we could just switch this one to _Noreturn if we decide to use G_NORETURN elsewhere.
 
--
Marc-André Lureau

reply via email to

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