mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:52:56 +00:00
- Wrong param was being sent to MiSyncThreadProcessViews(), fix that.
svn path=/trunk/; revision=29259
This commit is contained in:
parent
b785a1ed6d
commit
d8d12c55ea
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ KeInitThread(IN OUT PKTHREAD Thread,
|
|||
|
||||
/* Make sure that we are in the right page directory */
|
||||
MiSyncThreadProcessViews(Process,
|
||||
Thread,
|
||||
(PVOID)Thread->StackLimit,
|
||||
KERNEL_STACK_SIZE);
|
||||
MiSyncThreadProcessViews(Process, Thread, sizeof(ETHREAD));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue