On Sat, Apr 7, 2012 at 06:40, Stefan Weil <s...@weilnetz.de> wrote: > cpu_resume_from_signal terminates by calling longjmp.
Patch no longer applies, please rebase. > > Signed-off-by: Stefan Weil <s...@weilnetz.de> > --- > exec-all.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/exec-all.h b/exec-all.h > index 93a5b22..cd283dd 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, unsigned long 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 > >