mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 13:04: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:
@@ -12,7 +12,7 @@ main:
|
||||
ldr x1, mynewvar
|
||||
cmp x0, x1
|
||||
beq 1f
|
||||
bl lkmc_assert_fail
|
||||
bl abort
|
||||
1:
|
||||
|
||||
/* Go home. */
|
||||
|
||||
Reference in New Issue
Block a user