- Fixed the definition of KeGetCurrentKPCR.

svn path=/trunk/; revision=11508
This commit is contained in:
Hartmut Birr 2004-10-31 17:05:50 +00:00
parent cb919902cb
commit 0e80529be4

View file

@ -119,7 +119,7 @@ static __inline struct _KPCR * KeGetCurrentKPCR(
{
ULONG Value;
__asm__ __volatile__ ("movl %%fs:0x18, %0\n\t"
__asm__ __volatile__ ("movl %%fs:0x1C, %0\n\t"
: "=r" (Value)
: /* no inputs */
);