qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Edgar E. Iglesias" <edgar.iglesias@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4595] CRIS: Use $eda to instead of debug1 (removed) for fault addr.
Date: Tue, 27 May 2008 21:12:09 +0000	[thread overview]
Message-ID: <E1K16Sn-0005B0-Qj@cvs.savannah.gnu.org> (raw)

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;

                 reply	other threads:[~2008-05-27 21:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1K16Sn-0005B0-Qj@cvs.savannah.gnu.org \
    --to=edgar.iglesias@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).