Convert LKMC_DUMP_SYSTEM_REGS to a function lkmc_dump_system_regs

Add ID_AA64ISAR1_EL1.JSCVT.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-06-05 02:00:01 +00:00
parent 9bff1e9a1a
commit 2ccce0cf1f
3 changed files with 42 additions and 36 deletions

View File

@@ -6,6 +6,6 @@
#include <lkmc/aarch64_dump_regs.h>
int main(void) {
LKMC_DUMP_SYSTEM_REGS;
lkmc_dump_system_regs();
return 0;
}