mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 13:04:27 +01:00
asm: make all text section labels .L local
To help with backtraces if we ever fix them due to the lkmc_asm_main_after_prologue debacle.
This commit is contained in:
@@ -16,6 +16,5 @@ LKMC_PROLOGUE
|
||||
*/
|
||||
adr x0, data_label
|
||||
ldr x1, =data_label
|
||||
label:
|
||||
LKMC_ASSERT_EQ_REG(x0, x1)
|
||||
LKMC_EPILOGUE
|
||||
|
||||
Reference in New Issue
Block a user