mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
- Wrong param was being sent to MiSyncThreadProcessViews(), fix that.
svn path=/trunk/; revision=29259
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user