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:
parent
03cabdb102
commit
0e8cf3837a
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue