summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu/patches/patch-ah')
-rw-r--r--emulators/qemu/patches/patch-ah20
1 files changed, 0 insertions, 20 deletions
diff --git a/emulators/qemu/patches/patch-ah b/emulators/qemu/patches/patch-ah
deleted file mode 100644
index 2f82d82e86e..00000000000
--- a/emulators/qemu/patches/patch-ah
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-ah,v 1.1.1.1 2004/11/09 13:05:34 xtraeme Exp $
-
---- target-i386/cpu.h.orig 2004-07-10 21:20:09.000000000 +0300
-+++ target-i386/cpu.h
-@@ -441,9 +441,15 @@ 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. */
-+#ifdef __NetBSD__
-+union siginfo;
-+int cpu_x86_signal_handler(int host_signum, union siginfo *info,
-+ void *puc);
-+#else
- struct siginfo;
- int cpu_x86_signal_handler(int host_signum, struct siginfo *info,
- void *puc);
-+#endif
- void cpu_x86_set_a20(CPUX86State *env, int a20_state);
-
- uint64_t cpu_get_tsc(CPUX86State *env);