* [Qemu-devel] [4343] Don't stop translation for mtc0 compare
@ 2008-05-05 21:27 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-05-05 21:27 UTC (permalink / raw)
To: qemu-devel
Revision: 4343
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4343
Author: aurel32
Date: 2008-05-05 21:27:01 +0000 (Mon, 05 May 2008)
Log Message:
-----------
Don't stop translation for mtc0 compare
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Modified Paths:
--------------
trunk/target-mips/translate.c
Modified: trunk/target-mips/translate.c
===================================================================
--- trunk/target-mips/translate.c 2008-05-05 21:26:52 UTC (rev 4342)
+++ trunk/target-mips/translate.c 2008-05-05 21:27:01 UTC (rev 4343)
@@ -2883,8 +2883,6 @@
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:27 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:27 [Qemu-devel] [4343] Don't stop translation for mtc0 compare 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).