Skip to content

Commit 0e8cf38

Browse files
buddyliaoxiaoxiang781216
authored andcommitted
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 <[email protected]>
1 parent 03cabdb commit 0e8cf38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/nxstyle.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@ static const char *g_white_suffix[] =
227227

228228
static const char *g_white_content_list[] =
229229
{
230+
/* Ref: wamr_custom_init.c */
231+
232+
"RuntimeInitArgs",
233+
230234
/* Ref: gnu_unwind_find_exidx.c */
231235

232236
"__EIT_entry",

0 commit comments

Comments
 (0)