qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Small bug compiling QEMU on PowerPC


From: Neil Cafferkey
Subject: [Qemu-devel] Small bug compiling QEMU on PowerPC
Date: Mon, 12 Jul 2004 22:31:52 +0100
User-agent: Mutt/1.4.1i

Hi,

In cpu-exec.c, I needed to make the following change in the PowerPC
section to get it to compile:

old: int cpu_signal_handler(int host_signum, siginfo *info,
new: int cpu_signal_handler(int host_signum, struct siginfo *info,

Regards,
Neil Cafferkey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]