mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
assert: Distinguish between assert and exception
CURRENT_REGS may change during assert handling, so pass in the 'regs' parameter at the entry point of _assert. Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
"_assert","assert.h","","void","FAR const char *","int","FAR const char *"
|
||||
"_assert","assert.h","","void","FAR const char *","int","FAR const char *","FAR void *"
|
||||
"_exit","unistd.h","","noreturn","int"
|
||||
"accept4","sys/socket.h","defined(CONFIG_NET)","int","int","FAR struct sockaddr *","FAR socklen_t *","int"
|
||||
"adjtime","sys/time.h","defined(CONFIG_CLOCK_TIMEKEEPING)","int","FAR const struct timeval *","FAR struct timeval *"
|
||||
|
||||
|
Reference in New Issue
Block a user