Loading target-cris/exec.h +1 −3 Original line number Diff line number Diff line Loading @@ -37,9 +37,7 @@ static inline int cpu_halted(CPUState *env) { if (!env->halted) return 0; /* IRQ, NMI and GURU execeptions wakes us up. */ if (env->interrupt_request & (CPU_INTERRUPT_HARD | CPU_INTERRUPT_NMI)) { if (cpu_has_work(env)) { env->halted = 0; return 0; } Loading target-microblaze/exec.h +1 −3 Original line number Diff line number Diff line Loading @@ -36,9 +36,7 @@ static inline int cpu_halted(CPUState *env) { if (!env->halted) return 0; /* IRQ, NMI and GURU execeptions wakes us up. */ if (env->interrupt_request & (CPU_INTERRUPT_HARD | CPU_INTERRUPT_NMI)) { if (cpu_has_work(env)) { env->halted = 0; return 0; } Loading Loading
target-cris/exec.h +1 −3 Original line number Diff line number Diff line Loading @@ -37,9 +37,7 @@ static inline int cpu_halted(CPUState *env) { if (!env->halted) return 0; /* IRQ, NMI and GURU execeptions wakes us up. */ if (env->interrupt_request & (CPU_INTERRUPT_HARD | CPU_INTERRUPT_NMI)) { if (cpu_has_work(env)) { env->halted = 0; return 0; } Loading
target-microblaze/exec.h +1 −3 Original line number Diff line number Diff line Loading @@ -36,9 +36,7 @@ static inline int cpu_halted(CPUState *env) { if (!env->halted) return 0; /* IRQ, NMI and GURU execeptions wakes us up. */ if (env->interrupt_request & (CPU_INTERRUPT_HARD | CPU_INTERRUPT_NMI)) { if (cpu_has_work(env)) { env->halted = 0; return 0; } Loading