Revision 968c74da cpu-exec.c

b/cpu-exec.c
882 882
       do it (XXX: use sigsetjmp) */
883 883
    sigprocmask(SIG_SETMASK, old_set, NULL);
884 884
    cpu_loop_exit();
885
    /* never comes here */
886
    return 1;
885 887
}
886 888
#elif defined(TARGET_SPARC)
887 889
static inline int handle_cpu_signal(unsigned long pc, unsigned long address,
......
918 920
       do it (XXX: use sigsetjmp) */
919 921
    sigprocmask(SIG_SETMASK, old_set, NULL);
920 922
    cpu_loop_exit();
923
    /* never comes here */
924
    return 1;
921 925
}
922 926
#elif defined (TARGET_PPC)
923 927
static inline int handle_cpu_signal(unsigned long pc, unsigned long address,

Also available in: Unified diff