dump_regs: id_isar6_el1

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-06-05 04:00:03 +00:00
parent 5d914961d2
commit 7c01b29f1e
2 changed files with 13 additions and 0 deletions

3
lkmc.h
View File

@@ -47,6 +47,9 @@ void lkmc_assert_memcmp(const void *s1, const void *s2, size_t n, uint32_t line)
#define LKMC_CONCAT_EVAL(a,b) a ## b
#define LKMC_CONCAT(a,b) LKMC_CONCAT_EVAL(a, b)
#define LKMC_STRINGIFY_DO(x) #x
#define LKMC_STRINGIFY(x) LKMC_STRINGIFY_DO(x)
#define LKMC_GLOBAL(name) \
.global name; \
name: