summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--target-mips/translate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target-mips/translate.c b/target-mips/translate.c
index 64f7d75650..c9cbc9dadb 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: