Commit f0d5e47183fa0cbea650944b41e0241e336b697b
1 parent
b55266b5
Move signal handler prototype back to cpu.h
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5276 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
1 additions
and
1 deletions
target-sparc/cpu.h
@@ -423,6 +423,7 @@ static inline void PUT_CWP64(CPUSPARCState *env1, int cwp) | @@ -423,6 +423,7 @@ static inline void PUT_CWP64(CPUSPARCState *env1, int cwp) | ||
423 | /* cpu-exec.c */ | 423 | /* cpu-exec.c */ |
424 | void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec, | 424 | void do_unassigned_access(target_phys_addr_t addr, int is_write, int is_exec, |
425 | int is_asi); | 425 | int is_asi); |
426 | +int cpu_sparc_signal_handler(int host_signum, void *pinfo, void *puc); | ||
426 | 427 | ||
427 | #define CPUState CPUSPARCState | 428 | #define CPUState CPUSPARCState |
428 | #define cpu_init cpu_sparc_init | 429 | #define cpu_init cpu_sparc_init |
target-sparc/exec.h
@@ -34,7 +34,6 @@ void do_interrupt(CPUState *env); | @@ -34,7 +34,6 @@ void do_interrupt(CPUState *env); | ||
34 | 34 | ||
35 | /* cpu-exec.c */ | 35 | /* cpu-exec.c */ |
36 | void cpu_loop_exit(void); | 36 | void cpu_loop_exit(void); |
37 | -int cpu_sparc_signal_handler(int host_signum, void *pinfo, void *puc); | ||
38 | 37 | ||
39 | /* sun4m.c */ | 38 | /* sun4m.c */ |
40 | void cpu_check_irqs(CPUSPARCState *env); | 39 | void cpu_check_irqs(CPUSPARCState *env); |