mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 04:54:27 +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 x1, 3
|
||||
beq 1f
|
||||
bl lkmc_assert_fail
|
||||
bl abort
|
||||
1:
|
||||
mov x0, 0
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user