qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH (rebased) 1/2] Add QEMU_NORETURN to function cpu


From: Blue Swirl
Subject: Re: [Qemu-devel] [PATCH (rebased) 1/2] Add QEMU_NORETURN to function cpu_resume_from_signal
Date: Sat, 7 Apr 2012 20:17:09 +0000

Thanks, applied both.

On Sat, Apr 7, 2012 at 15:58, Stefan Weil <address@hidden> wrote:
> cpu_resume_from_signal terminates by calling longjmp.
>
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  exec-all.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/exec-all.h b/exec-all.h
> index a6d6519..4758d88 100644
> --- a/exec-all.h
> +++ b/exec-all.h
> @@ -86,7 +86,7 @@ int cpu_gen_code(CPUArchState *env, struct TranslationBlock 
> *tb,
>                  int *gen_code_size_ptr);
>  int cpu_restore_state(struct TranslationBlock *tb,
>                       CPUArchState *env, uintptr_t searched_pc);
> -void cpu_resume_from_signal(CPUArchState *env1, void *puc);
> +void QEMU_NORETURN cpu_resume_from_signal(CPUArchState *env1, void *puc);
>  void cpu_io_recompile(CPUArchState *env, void *retaddr);
>  TranslationBlock *tb_gen_code(CPUArchState *env,
>                               target_ulong pc, target_ulong cs_base, int 
> flags,
> --
> 1.7.9
>



reply via email to

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