mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
Get rid of lkmc_assert_fail in favor of abort + assert
What was missing previously was implementing abort in baremetal. I had done that previously and forgotten to do this conversion!
This commit is contained in:
@@ -7,7 +7,7 @@ main:
|
||||
/* test-gdb-result */
|
||||
cmp r1, #3
|
||||
beq 1f
|
||||
bl lkmc_assert_fail
|
||||
bl abort
|
||||
1:
|
||||
mov r0, #0
|
||||
bx lr
|
||||
|
||||
Reference in New Issue
Block a user