From: "Richard W.M. Jones" <rjones@redhat.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, matz@suse.de
Subject: [Qemu-devel] [PATCH] arm64: Set source for ret instruction correctly.
Date: Mon, 23 Dec 2013 22:00:29 +0000 [thread overview]
Message-ID: <1387836029-17163-1-git-send-email-rjones@redhat.com> (raw)
From: "Richard W.M. Jones" <rjones@redhat.com>
Fixes https://bugs.launchpad.net/qemu/+bug/1263747
Signed-off-by: Richard W.M. Jones <rjones@redhat.com>
Tested-by: Richard W.M. Jones <rjones@redhat.com>
---
target-arm/translate-a64.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/target-arm/translate-a64.c b/target-arm/translate-a64.c
index 36ebb0f..29454b0 100644
--- a/target-arm/translate-a64.c
+++ b/target-arm/translate-a64.c
@@ -273,7 +273,6 @@ static void handle_br(DisasContext *s, uint32_t insn)
tcg_gen_movi_i64(cpu_reg(30), s->pc);
break;
case 2: /* RET */
- source = 30;
break;
case 3:
unallocated_encoding(s);
--
1.8.3.1
next reply other threads:[~2013-12-23 22:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-23 22:00 Richard W.M. Jones [this message]
2013-12-23 22:17 ` [Qemu-devel] [PATCH] arm64: Set source for ret instruction correctly Peter Maydell
2013-12-24 8:45 ` Richard W.M. Jones
2013-12-24 10:33 ` Peter Maydell
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=1387836029-17163-1-git-send-email-rjones@redhat.com \
--to=rjones@redhat.com \
--cc=matz@suse.de \
--cc=peter.maydell@linaro.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).