Author: tkreuzer
Date: Thu Feb 4 05:22:58 2010
New Revision: 45407
URL:
http://svn.reactos.org/svn/reactos?rev=45407&view=rev
Log:
[HAL]
Fix KGDT64 macro name
Modified:
branches/ros-amd64-bringup/reactos/hal/halx86/generic/amd64/misc.c
Modified: branches/ros-amd64-bringup/reactos/hal/halx86/generic/amd64/misc.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/hal/h…
==============================================================================
--- branches/ros-amd64-bringup/reactos/hal/halx86/generic/amd64/misc.c [iso-8859-1]
(original)
+++ branches/ros-amd64-bringup/reactos/hal/halx86/generic/amd64/misc.c [iso-8859-1] Thu
Feb 4 05:22:58 2010
@@ -53,7 +53,7 @@
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;