qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4595] CRIS: Use $eda to instead of debug1 (removed) for fault addr.
@ 2008-05-27 21:12 Edgar E. Iglesias
  0 siblings, 0 replies; only message in thread
From: Edgar E. Iglesias @ 2008-05-27 21:12 UTC (permalink / raw)
  To: qemu-devel

Revision: 4595
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4595
Author:   edgar_igl
Date:     2008-05-27 21:12:09 +0000 (Tue, 27 May 2008)

Log Message:
-----------
CRIS: Use $eda to instead of debug1 (removed) for fault addr.

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

Modified: trunk/linux-user/main.c
===================================================================
--- trunk/linux-user/main.c	2008-05-27 21:10:56 UTC (rev 4594)
+++ trunk/linux-user/main.c	2008-05-27 21:12:09 UTC (rev 4595)
@@ -1719,7 +1719,7 @@
                 info.si_errno = 0;
                 /* XXX: check env->error_code */
                 info.si_code = TARGET_SEGV_MAPERR;
-                info._sifields._sigfault._addr = env->debug1;
+                info._sifields._sigfault._addr = env->pregs[PR_EDA];
                 queue_signal(info.si_signo, &info);
             }
             break;

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

only message in thread, other threads:[~2008-05-27 21:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-27 21:12 [Qemu-devel] [4595] CRIS: Use $eda to instead of debug1 (removed) for fault addr Edgar E. Iglesias

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).