mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Fixed the definition of KeGetCurrentKPCR.
svn path=/trunk/; revision=11508
This commit is contained in:
@@ -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 */
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user