1
0
Fork 0
forked from nuttx/nuttx-update

tools/nxstyle: Add RuntimeInitArgs to the white content list

`RuntimeInitArgs` is used by WAMR, a popular WebAssembly runtime,
it used in nuttx-apps side.

Signed-off-by: liaobin1 <liaobin1@xiaomi.com>
This commit is contained in:
liaobin1 2024-09-03 19:41:21 +08:00 committed by Xiang Xiao
parent 03cabdb102
commit 0e8cf3837a

View file

@ -227,6 +227,10 @@ static const char *g_white_suffix[] =
static const char *g_white_content_list[] =
{
/* Ref: wamr_custom_init.c */
"RuntimeInitArgs",
/* Ref: gnu_unwind_find_exidx.c */
"__EIT_entry",