From: ths Date: Sat, 16 Dec 2006 16:45:18 +0000 (+0000) Subject: Fix erraneous fallthrough in MIPS trap implementation, thanks Atsushi Nemoto. X-Git-Tag: release_0_9_0~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=179e32bbccd0b7ae2fa99e6612d1657c3b8205ae;p=thirdparty%2Fqemu.git Fix erraneous fallthrough in MIPS trap implementation, thanks Atsushi Nemoto. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2247 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/target-mips/translate.c b/target-mips/translate.c index 64f7d75650a..c9cbc9dadbe 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -1276,6 +1276,7 @@ static void gen_trap (DisasContext *ctx, uint32_t opc, GEN_LOAD_REG_TN(T1, rt); cond = 1; } + break; case OPC_TEQI: case OPC_TGEI: case OPC_TGEIU: