summaryrefslogtreecommitdiff
path: root/x86
diff options
context:
space:
mode:
Diffstat (limited to 'x86')
-rw-r--r--x86/x86_stub.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86/x86_stub.S b/x86/x86_stub.S
index 6765114..1e338a4 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