From d0bdf2a28b7a73f02fd8025ab885c50c84def702 Mon Sep 17 00:00:00 2001 From: ths Date: Sun, 3 Jun 2007 22:54:40 +0000 Subject: Fix typo. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2941 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-i386/exec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-i386/exec.h') diff --git a/target-i386/exec.h b/target-i386/exec.h index f1cf2b9..f6d05e0 100644 --- a/target-i386/exec.h +++ b/target-i386/exec.h @@ -578,7 +578,7 @@ static inline void regs_to_env(void) static inline int cpu_halted(CPUState *env) { /* handle exit of HALTED state */ - if (env->hflags & HF_HALTED_MASK) + if (!(env->hflags & HF_HALTED_MASK)) return 0; /* disable halt condition */ if ((env->interrupt_request & CPU_INTERRUPT_HARD) && -- cgit v1.1