summaryrefslogtreecommitdiffstats
path: root/util/x86emu/vm86_gdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/x86emu/vm86_gdt.c')
-rw-r--r--util/x86emu/vm86_gdt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/x86emu/vm86_gdt.c b/util/x86emu/vm86_gdt.c
index 3398f3120485..465d913105cd 100644
--- a/util/x86emu/vm86_gdt.c
+++ b/util/x86emu/vm86_gdt.c
@@ -33,7 +33,7 @@ __asm__ (
" .globl gdtarg\n"
"gdtarg: \n"
" .word gdt_limit \n"
-#if COREBOOT_V2
+#ifdef COREBOOT_V2
" .long gdt \n"
#else
" .long gdtptr \n"
@@ -78,7 +78,7 @@ __asm__ (
"__mygdt_end: \n"
-#if !COREBOOT_V2
+#ifndef COREBOOT_V2
/* FIXME: This does probably not belong here */
" .globl idtarg\n"
"idtarg:\n"