Remove unused var

This commit is contained in:
2024-02-13 14:38:48 +08:00
parent aef3bd4a27
commit b31081a105

View File

@@ -334,7 +334,6 @@ static inline void cpu_handle_debug_exception(CPUState *cpu)
static inline bool cpu_handle_exception(CPUState *cpu, int *ret) static inline bool cpu_handle_exception(CPUState *cpu, int *ret)
{ {
bool catched = false; bool catched = false;
bool executable = false;
struct uc_struct *uc = cpu->uc; struct uc_struct *uc = cpu->uc;
struct hook *hook; struct hook *hook;