diff options
Diffstat (limited to 'target/mips/tcg/exception.c')
-rw-r--r-- | target/mips/tcg/exception.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips/tcg/exception.c b/target/mips/tcg/exception.c index 4886d08..d32bceb 100644 --- a/target/mips/tcg/exception.c +++ b/target/mips/tcg/exception.c @@ -23,7 +23,7 @@ #include "cpu.h" #include "internal.h" #include "exec/helper-proto.h" -#include "exec/exec-all.h" +#include "exec/translation-block.h" target_ulong exception_resume_pc(CPUMIPSState *env) { |