From c2fe9968e5256b82a2a5acbef2ff5dc69f5e2e11 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 28 May 2019 17:10:58 +0000 Subject: __ntapi_tt_create_thread(): whitespace meditation. --- src/thread/ntapi_tt_create_thread.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/thread/ntapi_tt_create_thread.c b/src/thread/ntapi_tt_create_thread.c index b40af7a..5ee1db0 100644 --- a/src/thread/ntapi_tt_create_thread.c +++ b/src/thread/ntapi_tt_create_thread.c @@ -258,8 +258,9 @@ int32_t __stdcall __ntapi_tt_create_thread(nt_thread_params * params) /**/ if (sizeof(intptr_t) == 4) { /**/ /**/ context.STACK_POINTER_REGISTER -= sizeof(intptr_t); /**/ /**/ parg = (uintptr_t *)context.STACK_POINTER_REGISTER; /**/ -/**/ } else /**/ +/**/ } else { /**/ /**/ parg = &context.FAST_CALL_ARG0; /**/ +/**/ } /**/ /**/ /**/ /**/ /**/ /* write entry-routine argument */ -- cgit v1.2.3