From bec074295eb178ef2df5ed18c80b75b34574131c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 14 Mar 2007 11:54:38 +0000 Subject: [PATCH] Fix incorrect comment nesting. Signed-off-by: Uwe Hermann Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@267 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- util/x86emu/vm86.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/x86emu/vm86.c b/util/x86emu/vm86.c index af7b7e6d3e..1c892325b0 100644 --- a/util/x86emu/vm86.c +++ b/util/x86emu/vm86.c @@ -140,7 +140,7 @@ static void real_mode_switch_call_vga(unsigned long devfn) /* put the stack at the end of page zero. * that way we can easily share it between real and protected, - * since the 16-bit ESP at segment 0 will work for any case. + * since the 16-bit ESP at segment 0 will work for any case. */ /* Setup a stack */ " mov $0x0, %ax \n" " mov %ax, %ss \n" @@ -235,7 +235,7 @@ void vga_enable_console() /* put the stack at the end of page zero. * that way we can easily share it between real and protected, - * since the 16-bit ESP at segment 0 will work for any case. + * since the 16-bit ESP at segment 0 will work for any case. */ /* Setup a stack */ " mov $0x0, %ax \n" " mov %ax, %ss \n"