mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 21:44:19 +00:00
[HAL]
Fix KGDT64 macro name svn path=/branches/ros-amd64-bringup/; revision=45407
This commit is contained in:
parent
9a5b1e6a62
commit
e817db75e4
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ HalpInitIdtEntry(PKIDTENTRY64 Idt, PVOID Address)
|
|||
Idt->OffsetLow = (ULONG_PTR)Address & 0xffff;
|
||||
Idt->OffsetMiddle = ((ULONG_PTR)Address >> 16) & 0xffff;
|
||||
Idt->OffsetHigh = (ULONG_PTR)Address >> 32;
|
||||
Idt->Selector = KGDT_64_R0_CODE;
|
||||
Idt->Selector = KGDT64_R0_CODE;
|
||||
Idt->IstIndex = 0;
|
||||
Idt->Type = 0x0e;
|
||||
Idt->Dpl = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue