qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4967] Unswap qemu-arm data and prefetch abort addresses (Laurent Desnogues ).
@ 2008-07-29 14:09 Andrzej Zaborowski
  0 siblings, 0 replies; only message in thread
From: Andrzej Zaborowski @ 2008-07-29 14:09 UTC (permalink / raw)
  To: qemu-devel

Revision: 4967
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4967
Author:   balrog
Date:     2008-07-29 14:09:57 +0000 (Tue, 29 Jul 2008)

Log Message:
-----------
Unswap qemu-arm data and prefetch abort addresses (Laurent Desnogues).

Modified Paths:
--------------
    trunk/linux-user/main.c

Modified: trunk/linux-user/main.c
===================================================================
--- trunk/linux-user/main.c	2008-07-29 13:57:48 UTC (rev 4966)
+++ trunk/linux-user/main.c	2008-07-29 14:09:57 UTC (rev 4967)
@@ -709,10 +709,10 @@
             /* just indicate that signals should be handled asap */
             break;
         case EXCP_PREFETCH_ABORT:
-            addr = env->cp15.c6_data;
+            addr = env->cp15.c6_insn;
             goto do_segv;
         case EXCP_DATA_ABORT:
-            addr = env->cp15.c6_insn;
+            addr = env->cp15.c6_data;
             goto do_segv;
         do_segv:
             {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-29 14:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-29 14:09 [Qemu-devel] [4967] Unswap qemu-arm data and prefetch abort addresses (Laurent Desnogues ) 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).