From: aurel32 Date: Mon, 5 May 2008 21:35:09 +0000 (+0000) Subject: Really revert commit r4343 X-Git-Tag: xen-3.3.0-rc1~194^2^2~105 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e34d2d62a3a6a86b580a8ca0052e509e9cf0edeb;p=qemu-xen-3.3-testing.git Really revert commit r4343 git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4347 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-mips/translate.c b/target-mips/translate.c index efe6eb0b..f917ab98 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -4038,8 +4038,6 @@ static void gen_dmtc0 (CPUState *env, DisasContext *ctx, int reg, int sel) default: goto die; } - /* Stop translation as we may have switched the execution mode */ - ctx->bstate = BS_STOP; break; case 12: switch (sel) {