mirror of https://gitee.com/openkylin/qemu.git
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
This commit is contained in:
parent
a366649c80
commit
d478990a52
|
@ -2883,8 +2883,6 @@ static void gen_mtc0 (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) {
|
||||
|
|
Loading…
Reference in New Issue