=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: ntdll: Fix build on PowerPC.

Alexandre Julliard julliard at winehq.org
Fri Mar 23 19:17:05 CDT 2018


Module: wine
Branch: master
Commit: 7b3e9ff935653a64dd6b4b8db623c6852b2aaef5
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=7b3e9ff935653a64dd6b4b8db623c6852b2aaef5

Author: André Hentschel <nerv at dawncrow.de>
Date:   Fri Mar 23 15:29:00 2018 +0100

ntdll: Fix build on PowerPC.

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/signal_powerpc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/signal_powerpc.c b/dlls/ntdll/signal_powerpc.c
index cb5089b..d86412a 100644
--- a/dlls/ntdll/signal_powerpc.c
+++ b/dlls/ntdll/signal_powerpc.c
@@ -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 );
 }




More information about the wine-cvs mailing list