summaryrefslogtreecommitdiff
path: root/target/mips/translate.h
diff options
context:
space:
mode:
Diffstat (limited to 'target/mips/translate.h')
-rw-r--r--target/mips/translate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/mips/translate.h b/target/mips/translate.h
index 3d640912f1..98cadffe4e 100644
--- a/target/mips/translate.h
+++ b/target/mips/translate.h
@@ -55,6 +55,7 @@ typedef struct DisasContext {
void generate_exception(DisasContext *ctx, int excp);
void generate_exception_err(DisasContext *ctx, int excp, int err);
void generate_exception_end(DisasContext *ctx, int excp);
+void gen_reserved_instruction(DisasContext *ctx);
void check_insn(DisasContext *ctx, uint64_t flags);
#ifdef TARGET_MIPS64