Hi On Thu, Feb 24, 2022 at 11:43 PM Richard Henderson < richard.hender...@linaro.org> wrote:
> On 2/24/22 08:36, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau<marcandre.lur...@redhat.com> > > > > Move the macro and declaration so it can use glib in the following > > patch. > > > > Signed-off-by: Marc-André Lureau<marcandre.lur...@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