Skip to content

Commit 6f62ef0

Browse files
cuiziweizwxiaoxiang781216
authored andcommitted
nuttx/sim:Remove asan check in up_irq_save().
Signed-off-by: cuiziwei <[email protected]>
1 parent 4156eca commit 6f62ef0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/sim/src/sim/posix/sim_hostirq.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ uint64_t up_irq_flags(void)
8787
*
8888
****************************************************************************/
8989

90+
__attribute__((no_sanitize_address))
9091
uint64_t up_irq_save(void)
9192
{
9293
union sigset_u nmask;

0 commit comments

Comments
 (0)