mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
nxstyle.c: Eliminate case issues with compiler-generated functions
Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
This commit is contained in:
parent
ae3facda53
commit
30652291b5
1 changed files with 2 additions and 0 deletions
|
|
@ -349,6 +349,8 @@ static const char *g_white_content_list[] =
|
|||
"__asan_storeN",
|
||||
"__asan_loadN_noabort",
|
||||
"__asan_storeN_noabort",
|
||||
"__hwasan_loadN_noabort",
|
||||
"__hwasan_storeN_noabort",
|
||||
|
||||
/* Ref:
|
||||
* tools/jlink-nuttx.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue