Skip to content

Commit

Permalink
tools/nxstyle: Add RuntimeInitArgs to the white content list
Browse files Browse the repository at this point in the history
`RuntimeInitArgs` is used by WAMR, a popular WebAssembly runtime,
it used in nuttx-apps side.

Signed-off-by: liaobin1 <[email protected]>
  • Loading branch information
buddyliao authored and xiaoxiang781216 committed Sep 27, 2024
1 parent 03cabdb commit 0e8cf38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/nxstyle.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0e8cf38

Please sign in to comment.