- set the new idt in the pcr
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 20 Oct 2008 12:21:07 +0000 (12:21 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 20 Oct 2008 12:21:07 +0000 (12:21 +0000)
svn path=/branches/ros-amd64-bringup/; revision=36841

reactos/ntoskrnl/ke/amd64/except.c

index 1eaae29..f7aee62 100644 (file)
@@ -87,6 +87,7 @@ KeInitExceptions(VOID)
         KiIdt[i].Reserved1 = 0;
     }
 
+    KeGetPcr()->IdtBase = KiIdt;
     __lidt(&KiIdtDescriptor.Limit);
 }