Commit d478990a524d5f61986512afb260b56bb120702d

Authored by aurel32
1 parent a366649c

Don't stop translation for mtc0 compare

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4343 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 2 deletions
target-mips/translate.c
@@ -2883,8 +2883,6 @@ static void gen_mtc0 (CPUState *env, DisasContext *ctx, int reg, int sel) @@ -2883,8 +2883,6 @@ static void gen_mtc0 (CPUState *env, DisasContext *ctx, int reg, int sel)
2883 default: 2883 default:
2884 goto die; 2884 goto die;
2885 } 2885 }
2886 - /* Stop translation as we may have switched the execution mode */  
2887 - ctx->bstate = BS_STOP;  
2888 break; 2886 break;
2889 case 12: 2887 case 12:
2890 switch (sel) { 2888 switch (sel) {