From 1d2b59b9415a6f854556f8f5d44caa44605e657a Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Mon, 27 Jun 2022 11:24:04 +0800 Subject: [PATCH] Check thread func in base scripts for argument info --- core/bind/core_bind.cpp | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/core/bind/core_bind.cpp b/core/bind/core_bind.cpp index 07b5a98f2..708ba653a 100644 --- a/core/bind/core_bind.cpp +++ b/core/bind/core_bind.cpp @@ -2698,12 +2698,18 @@ void _Thread::_start_func(void *ud) { // We must check if we are in case b). int target_param_count = 0; int target_default_arg_count = 0; + Ref