From: Paul Brook <paul@nowt.org>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] qemu/target-sh4 translate.c
Date: Sat, 17 Jun 2006 18:48:31 +0000 [thread overview]
Message-ID: <E1FrfqR-00029H-F9@savannah.gnu.org> (raw)
CVSROOT: /sources/qemu
Module name: qemu
Changes by: Paul Brook <pbrook> 06/06/17 18:48:31
Modified files:
target-sh4 : translate.c
Log message:
SH4 rts fix.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemu/target-sh4/translate.c?cvsroot=qemu&r1=1.2&r2=1.3
Patches:
Index: translate.c
===================================================================
RCS file: /sources/qemu/qemu/target-sh4/translate.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- translate.c 14 Jun 2006 15:02:05 -0000 1.2
+++ translate.c 17 Jun 2006 18:48:31 -0000 1.3
@@ -1120,7 +1120,9 @@
ctx.sr = env->sr;
ctx.fpscr = env->fpscr;
ctx.memidx = (env->sr & SR_MD) ? 1 : 0;
- ctx.delayed_pc = env->delayed_pc;
+ /* We don't know if the delayed pc came from a dynamic or static branch,
+ so assume it is a dynamic branch. */
+ ctx.delayed_pc = -1;
ctx.tb = tb;
ctx.singlestep_enabled = env->singlestep_enabled;
nb_gen_labels = 0;
next reply other threads:[~2006-06-17 18:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-17 18:48 Paul Brook [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-04-26 23:48 [Qemu-devel] qemu/target-sh4 translate.c Thiemo Seufer
2007-05-13 16:33 Thiemo Seufer
2007-06-22 10:12 Thiemo Seufer
2007-06-22 11:43 Thiemo Seufer
2007-06-22 11:44 Thiemo Seufer
2007-06-22 11:47 Thiemo Seufer
2007-08-26 17:48 Thiemo Seufer
2007-09-29 19:52 Thiemo Seufer
2007-11-11 19:49 Fabrice Bellard
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=E1FrfqR-00029H-F9@savannah.gnu.org \
--to=paul@nowt.org \
--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).