mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-24 23:51:17 +00:00
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
This commit is contained in:
parent
e4630047e1
commit
179e32bbcc
@ -1276,6 +1276,7 @@ static void gen_trap (DisasContext *ctx, uint32_t opc,
|
|||||||
GEN_LOAD_REG_TN(T1, rt);
|
GEN_LOAD_REG_TN(T1, rt);
|
||||||
cond = 1;
|
cond = 1;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case OPC_TEQI:
|
case OPC_TEQI:
|
||||||
case OPC_TGEI:
|
case OPC_TGEI:
|
||||||
case OPC_TGEIU:
|
case OPC_TGEIU:
|
||||||
|
Loading…
Reference in New Issue
Block a user