aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/vmxassist/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'tools/firmware/vmxassist/head.S')
-rw-r--r--tools/firmware/vmxassist/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware/vmxassist/head.S b/tools/firmware/vmxassist/head.S
index b183fac54e..a4cb614c68 100644
--- a/tools/firmware/vmxassist/head.S
+++ b/tools/firmware/vmxassist/head.S
@@ -59,7 +59,7 @@ _start16:
/* go to protected mode */
movl %cr0, %eax
- orl $CR0_PE, %eax
+ orl $(CR0_PE), %eax
movl %eax, %cr0
data32 ljmp $0x08, $1f