All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH moxie] Fix bug in tlb_fill.
@ 2013-05-13 20:04 ` Anthony Green
  0 siblings, 0 replies; 16+ 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] 16+ messages in thread

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

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.