qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] arm64: Set source for ret instruction correctly.
@ 2013-12-23 22:00 Richard W.M. Jones
  2013-12-23 22:17 ` Peter Maydell
  0 siblings, 1 reply; 4+ messages in thread
From: Richard W.M. Jones @ 2013-12-23 22:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, matz

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-24 10:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23 22:00 [Qemu-devel] [PATCH] arm64: Set source for ret instruction correctly Richard W.M. Jones
2013-12-23 22:17 ` Peter Maydell
2013-12-24  8:45   ` Richard W.M. Jones
2013-12-24 10:33     ` Peter Maydell

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