mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 01:39:44 +08:00
assert: Log the assertion expression in case of fail
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Gustavo Henrique Nihei
parent
9b88f8ea5c
commit
43e7b13697
@@ -25,7 +25,7 @@
|
||||
*/
|
||||
|
||||
SYSCALL_LOOKUP1(_exit, 1)
|
||||
SYSCALL_LOOKUP(_assert, 2)
|
||||
SYSCALL_LOOKUP(_assert, 3)
|
||||
SYSCALL_LOOKUP(getpid, 0)
|
||||
SYSCALL_LOOKUP(gettid, 0)
|
||||
SYSCALL_LOOKUP(prctl, 2)
|
||||
|
||||
Reference in New Issue
Block a user