diff options
author | midipix <writeonce@midipix.org> | 2019-05-28 17:10:58 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-05-28 20:56:12 +0000 |
commit | c2fe9968e5256b82a2a5acbef2ff5dc69f5e2e11 (patch) | |
tree | 50100f8d255fcfd313f6abd673ef93ed46b81bba /src | |
parent | dce12f452b5d452f460427efd40f254a5c441eb3 (diff) | |
download | ntapi-c2fe9968e5256b82a2a5acbef2ff5dc69f5e2e11.tar.bz2 ntapi-c2fe9968e5256b82a2a5acbef2ff5dc69f5e2e11.tar.xz |
__ntapi_tt_create_thread(): whitespace meditation.
Diffstat (limited to 'src')
-rw-r--r-- | src/thread/ntapi_tt_create_thread.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |