From 659eda7f83a1c27e887f96c2e1bee687d363a187 Mon Sep 17 00:00:00 2001 From: git Date: Wed, 19 Jun 2019 20:33:24 +0900 Subject: * expand tabs. --- thread_pthread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'thread_pthread.c') diff --git a/thread_pthread.c b/thread_pthread.c index 8e5c0c4c1a..39c3ed0ed4 100644 --- a/thread_pthread.c +++ b/thread_pthread.c @@ -966,9 +966,9 @@ thread_start_func_1(void *th_ptr) native_thread_init(th); /* run */ #if defined USE_NATIVE_THREAD_INIT - thread_start_func_2(th, th->ec->machine.stack_start); + thread_start_func_2(th, th->ec->machine.stack_start); #else - thread_start_func_2(th, &stack_start); + thread_start_func_2(th, &stack_start); #endif } #if USE_THREAD_CACHE -- cgit v1.2.3