openbsd-ports/emulators/qemu/patches/patch-target-arm_cpu_h
todd 9993d5d566 update to 0.8.0, see qemu.org for full ChangeLog
for OpenBSD, amd64 simulation on i386 appars to work ok now
2005-12-27 07:56:14 +00:00

13 lines
577 B
Plaintext

$OpenBSD: patch-target-arm_cpu_h,v 1.3 2005/12/27 07:56:15 todd Exp $
--- target-arm/cpu.h.orig Mon Dec 19 16:51:53 2005
+++ target-arm/cpu.h Tue Dec 20 08:06:20 2005
@@ -123,7 +123,7 @@ void switch_mode(CPUARMState *, int);
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_arm_signal_handler(int host_signum, struct siginfo *info,
+int cpu_arm_signal_handler(int host_signum, qemu_siginfo *info,
void *puc);
#define CPSR_M (0x1f)