- Wrong param was being sent to MiSyncThreadProcessViews(), fix that.

svn path=/trunk/; revision=29259
This commit is contained in:
Aleksey Bragin 2007-09-27 20:14:32 +00:00
parent b785a1ed6d
commit d8d12c55ea

View file

@ -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));