Commit 7b3e9ff9 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

ntdll: Fix build on PowerPC.

parent 73f9cedd
......@@ -1171,7 +1171,7 @@ static void thread_startup( void *param )
context.Iar = (DWORD)info->start;
if (info->suspend) wait_suspend( &context );
attach_dlls( &context, (void **)&context->Gpr3 );
attach_dlls( &context, (void **)&context.Gpr3 );
((thread_start_func)context.Iar)( (LPTHREAD_START_ROUTINE)context.Gpr3, (void *)context.Gpr4 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment