mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:01:17 +08:00
nxstyle: Add NativeSymbol to white list
Add the new symbol `NativeSymbol` to the white list, and update the comments about the symbols that are from WAMR project. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
+7
-1
@@ -227,8 +227,14 @@ static const char *g_white_suffix[] =
|
||||
|
||||
static const char *g_white_content_list[] =
|
||||
{
|
||||
/* Ref: wamr_custom_init.c */
|
||||
/* Ref:
|
||||
* nuttx-apps/examples/wamr_module/module_hello.c
|
||||
* nuttx-apps/interpreters/wamr/wamr_custom_init.c
|
||||
*
|
||||
* They are from the WAMR project.
|
||||
*/
|
||||
|
||||
"NativeSymbol",
|
||||
"RuntimeInitArgs",
|
||||
|
||||
/* Ref: gnu_unwind_find_exidx.c */
|
||||
|
||||
Reference in New Issue
Block a user