mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
- Fixed the definition of KeGetCurrentKPCR.
svn path=/trunk/; revision=11508
This commit is contained in:
parent
cb919902cb
commit
0e80529be4
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue