diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-05 21:27:01 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-05 21:27:01 +0000 |
commit | d478990a524d5f61986512afb260b56bb120702d (patch) | |
tree | 6323d5c27f2945f4d7411f0b7c8730f7d517d343 /target-mips | |
parent | a366649c80e588ab46d51a58f8defd86d311594e (diff) | |
download | qemu-d478990a524d5f61986512afb260b56bb120702d.zip |
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
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 eb8e09e09e..efe6eb0bde 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -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) { |