mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 04:24:26 +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:
@@ -3,7 +3,7 @@
|
||||
#include <lkmc.h>
|
||||
LKMC_PROLOGUE
|
||||
/* Jump over the fail. 26-bit PC-relative. */
|
||||
b ok
|
||||
b .Lok
|
||||
LKMC_ASSERT_FAIL
|
||||
ok:
|
||||
.Lok:
|
||||
LKMC_EPILOGUE
|
||||
|
||||
Reference in New Issue
Block a user