qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH moxie] Fix bug in tlb_fill.
@ 2013-05-13 20:04 Anthony Green
  2013-05-13 20:33 ` Max Filippov
  2013-12-15  4:10 ` [Qemu-devel] ping.. " Anthony Green
  0 siblings, 2 replies; 8+ messages in thread
From: Anthony Green @ 2013-05-13 20:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Anthony Green

Fix a simple bug in tlb_fill for moxie.  The port was mostly working
before, which is why I only really noticed it recently.  Thanks to
@jcmvbkbc for tracking it down.

Signed-off-by: Anthony Green <green@moxielogic.com>
---
 target-moxie/helper.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target-moxie/helper.c b/target-moxie/helper.c
index 6e0ac2a..6c36c49 100644
--- a/target-moxie/helper.c
+++ b/target-moxie/helper.c
@@ -55,8 +55,8 @@ void tlb_fill(CPUMoxieState *env, target_ulong addr, int is_write, int mmu_idx,
         if (retaddr) {
             cpu_restore_state(env, retaddr);
         }
+	cpu_loop_exit(env);
     }
-    cpu_loop_exit(env);
 }
 
 void helper_raise_exception(CPUMoxieState *env, int ex)
-- 
1.8.1.4

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

end of thread, other threads:[~2013-12-16  0:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13 20:04 [Qemu-devel] [PATCH moxie] Fix bug in tlb_fill Anthony Green
2013-05-13 20:33 ` Max Filippov
2013-05-14 16:02   ` Richard Henderson
2013-12-15  4:10 ` [Qemu-devel] ping.. " Anthony Green
2013-12-15 18:51   ` Andreas Färber
2013-12-15 19:03     ` Peter Maydell
2013-12-15 19:26       ` Anthony Green
2013-12-16  0:07         ` Peter Crosthwaite

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