|
@@ -84,6 +84,7 @@ static inline SuperHCPU *sh_env_get_cpu(CPUSH4State *env)
|
|
|
#define ENV_OFFSET offsetof(SuperHCPU, env)
|
|
|
|
|
|
void superh_cpu_do_interrupt(CPUState *cpu);
|
|
|
+bool superh_cpu_exec_interrupt(CPUState *cpu, int int_req);
|
|
|
void superh_cpu_dump_state(CPUState *cpu, FILE *f,
|
|
|
fprintf_function cpu_fprintf, int flags);
|
|
|
hwaddr superh_cpu_get_phys_page_debug(CPUState *cpu, vaddr addr);
|