From: Andrzej Zaborowski <balrogg@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4217] Save the exact SWI return address in Thumb mode.
Date: Wed, 16 Apr 2008 23:17:05 +0000 [thread overview]
Message-ID: <E1JmGsD-0004ru-56@cvs.savannah.gnu.org> (raw)
Revision: 4217
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4217
Author: balrog
Date: 2008-04-16 23:17:02 +0000 (Wed, 16 Apr 2008)
Log Message:
-----------
Save the exact SWI return address in Thumb mode.
Modified Paths:
--------------
trunk/target-arm/translate.c
Modified: trunk/target-arm/translate.c
===================================================================
--- trunk/target-arm/translate.c 2008-04-16 23:07:32 UTC (rev 4216)
+++ trunk/target-arm/translate.c 2008-04-16 23:17:02 UTC (rev 4217)
@@ -8492,7 +8492,7 @@
if (cond == 0xf) {
/* swi */
gen_set_condexec(s);
- gen_set_pc_im(s->pc | 1);
+ gen_set_pc_im(s->pc);
s->is_jmp = DISAS_SWI;
break;
}
reply other threads:[~2008-04-16 23:17 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=E1JmGsD-0004ru-56@cvs.savannah.gnu.org \
--to=balrogg@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).