assert: Log the assertion expression in case of fail

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-01-22 19:31:32 +08:00
committed by Gustavo Henrique Nihei
parent 9b88f8ea5c
commit 43e7b13697
7 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -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)