Fix compilation with latest GCC.

svn path=/trunk/; revision=41787
This commit is contained in:
Dmitry Gorbachev 2009-07-06 18:26:57 +00:00
parent 4ff21182dd
commit e3a50e4fbb

View file

@ -922,8 +922,8 @@ WinLdrSetProcessorContext(PVOID GdtIdt, IN ULONG Pcr, IN ULONG Tss)
Ke386SetInterruptDescriptorTable(IdtDesc);
// Jump to proper CS and clear prefetch queue
asm("ljmp $0x08, $mb1\n"
"mb1:\n");
asm("ljmp $0x08, $1f\n"
"1:\n");
// Set SS selector
asm(".intel_syntax noprefix\n");