openbsd-ports/emulators/qemu/patches/patch-target-i386_cpu_h

14 lines
682 B
Plaintext

$OpenBSD: patch-target-i386_cpu_h,v 1.4 2006/06/08 14:33:38 todd Exp $
--- target-i386/cpu.h.orig Wed May 3 15:32:58 2006
+++ target-i386/cpu.h Fri May 5 22:07:41 2006
@@ -617,8 +617,7 @@ void cpu_x86_frstor(CPUX86State *s, uint
/* 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_x86_signal_handler(int host_signum, struct siginfo *info,
+int cpu_x86_signal_handler(int host_signum, qemu_siginfo *info,
void *puc);
void cpu_x86_set_a20(CPUX86State *env, int a20_state);