qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4348] Really really revert commit r4343
@ 2008-05-05 21:42 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-05-05 21:42 UTC (permalink / raw)
  To: qemu-devel

Revision: 4348
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4348
Author:   aurel32
Date:     2008-05-05 21:42:19 +0000 (Mon, 05 May 2008)

Log Message:
-----------
Really really revert commit r4343

Modified Paths:
--------------
    trunk/target-mips/translate.c

Modified: trunk/target-mips/translate.c
===================================================================
--- trunk/target-mips/translate.c	2008-05-05 21:35:09 UTC (rev 4347)
+++ trunk/target-mips/translate.c	2008-05-05 21:42:19 UTC (rev 4348)
@@ -2883,6 +2883,8 @@
         default:
             goto die;
         }
+        /* Stop translation as we may have switched the execution mode */
+        ctx->bstate = BS_STOP;
         break;
     case 12:
         switch (sel) {
@@ -4038,6 +4040,8 @@
         default:
             goto die;
         }
+        /* Stop translation as we may have switched the execution mode */
+        ctx->bstate = BS_STOP;
         break;
     case 12:
         switch (sel) {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-05 21:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-05 21:42 [Qemu-devel] [4348] Really really revert commit r4343 Aurelien Jarno

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