mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Convert LKMC_DUMP_SYSTEM_REGS to a function lkmc_dump_system_regs
Add ID_AA64ISAR1_EL1.JSCVT.
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
#include <lkmc/aarch64_dump_regs.h>
|
||||
|
||||
int main(void) {
|
||||
LKMC_DUMP_SYSTEM_REGS;
|
||||
lkmc_dump_system_regs();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user