openbsd-ports/emulators/qemu/patches/patch-target-ppc_cpu_h
2005-08-11 01:15:17 +00:00

14 lines
657 B
Plaintext

$OpenBSD: patch-target-ppc_cpu_h,v 1.2 2005/08/11 01:15:17 todd Exp $
--- target-ppc/cpu.h.orig Sun Jul 24 13:52:08 2005
+++ target-ppc/cpu.h Tue Aug 9 22:34:49 2005
@@ -589,8 +589,7 @@ void cpu_ppc_close(CPUPPCState *s);
/* you can call this signal handler from your SIGBUS and SIGSEGV
signal handlers to inform the virtual CPU of exceptions. non zero
is returned if the signal was handled by the virtual CPU. */
-struct siginfo;
-int cpu_ppc_signal_handler(int host_signum, struct siginfo *info,
+int cpu_ppc_signal_handler(int host_signum, qemu_siginfo *info,
void *puc);
void do_interrupt (CPUPPCState *env);