From f740b4f481cf987f27f41ba31885ac65ea87b735 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 f776ba7bc53..6b13bef93d8 100644 --- a/core/bind/core_bind.cpp +++ b/core/bind/core_bind.cpp @@ -2693,12 +2693,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