qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [5686] Don't stop translation for mtc0 compare


From: Aurelien Jarno
Subject: [Qemu-devel] [5686] Don't stop translation for mtc0 compare
Date: Tue, 11 Nov 2008 13:30:37 +0000

Revision: 5686
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5686
Author:   aurel32
Date:     2008-11-11 13:30:37 +0000 (Tue, 11 Nov 2008)

Log Message:
-----------
Don't stop translation for mtc0 compare

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

Modified: trunk/target-mips/translate.c
===================================================================
--- trunk/target-mips/translate.c       2008-11-11 13:30:24 UTC (rev 5685)
+++ trunk/target-mips/translate.c       2008-11-11 13:30:37 UTC (rev 5686)
@@ -3609,8 +3609,6 @@
         default:
             goto die;
         }
-        /* Stop translation as we may have switched the execution mode */
-        ctx->bstate = BS_STOP;
         break;
     case 12:
         switch (sel) {
@@ -4793,8 +4791,6 @@
         default:
             goto die;
         }
-        /* Stop translation as we may have switched the execution mode */
-        ctx->bstate = BS_STOP;
         break;
     case 12:
         switch (sel) {






reply via email to

[Prev in Thread] Current Thread [Next in Thread]