diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-05 21:35:09 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-05 21:35:09 +0000 |
commit | e34d2d62a3a6a86b580a8ca0052e509e9cf0edeb (patch) | |
tree | a86b559b717649b71e07ee6c581bdbb7ce96d3b3 /target-mips | |
parent | cb7cca1a1c2ff60330b7216c86e1d188f5ab2b11 (diff) |
Really revert commit r4343
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4347 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips')
-rw-r--r-- | target-mips/translate.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-mips/translate.c b/target-mips/translate.c index efe6eb0bde..f917ab98f0 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) { |