Commit e34d2d62a3a6a86b580a8ca0052e509e9cf0edeb
1 parent
cb7cca1a
Really revert commit r4343
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4347 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
0 additions
and
2 deletions
target-mips/translate.c
... | ... | @@ -4038,8 +4038,6 @@ static void gen_dmtc0 (CPUState *env, DisasContext *ctx, int reg, int sel) |
4038 | 4038 | default: |
4039 | 4039 | goto die; |
4040 | 4040 | } |
4041 | - /* Stop translation as we may have switched the execution mode */ | |
4042 | - ctx->bstate = BS_STOP; | |
4043 | 4041 | break; |
4044 | 4042 | case 12: |
4045 | 4043 | switch (sel) { | ... | ... |