diff options
Diffstat (limited to 'x86')
-rw-r--r-- | x86/x86_stub.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x86/x86_stub.S b/x86/x86_stub.S index 8d76457..322547d 100644 --- a/x86/x86_stub.S +++ b/x86/x86_stub.S @@ -538,7 +538,7 @@ _execute_arm_translate: # (if the CPU is halted, do not start executing but # loop in the alert loop until it wakes up) - cmp $0, CPU_HALT_STATE(%ebx) + cmpl $0, CPU_HALT_STATE(%ebx) je 1f call alert_loop # Need to push something to the stack |