* [Qemu-devel] [4359] Fix signal handler compilation on __arm__.
@ 2008-05-06 14:47 Andrzej Zaborowski
0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-05-06 14:47 UTC (permalink / raw)
To: qemu-devel
Revision: 4359
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4359
Author: balrog
Date: 2008-05-06 14:47:19 +0000 (Tue, 06 May 2008)
Log Message:
-----------
Fix signal handler compilation on __arm__.
Modified Paths:
--------------
trunk/cpu-exec.c
Modified: trunk/cpu-exec.c
===================================================================
--- trunk/cpu-exec.c 2008-05-06 14:45:30 UTC (rev 4358)
+++ trunk/cpu-exec.c 2008-05-06 14:47:19 UTC (rev 4359)
@@ -1432,7 +1432,7 @@
unsigned long pc;
int is_write;
- pc = uc->uc_mcontext.gregs[R15];
+ pc = uc->uc_mcontext.arm_pc;
/* XXX: compute is_write */
is_write = 0;
return handle_cpu_signal(pc, (unsigned long)info->si_addr,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-05-06 14:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-06 14:47 [Qemu-devel] [4359] Fix signal handler compilation on __arm__ Andrzej Zaborowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).