mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
Fix compilation with latest GCC.
svn path=/trunk/; revision=41787
This commit is contained in:
parent
4ff21182dd
commit
e3a50e4fbb
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue