From 0e8cf3837a5c1fe674739f65230512cb44e7279e Mon Sep 17 00:00:00 2001 From: liaobin1 Date: Tue, 3 Sep 2024 19:41:21 +0800 Subject: [PATCH] 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 --- tools/nxstyle.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/nxstyle.c b/tools/nxstyle.c index ce9b8fb1c4248..24312c1464eb6 100644 --- a/tools/nxstyle.c +++ b/tools/nxstyle.c @@ -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",