mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
arm64: assert support dump sctlr_el1 register
Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
This commit is contained in:
committed by
Xiang Xiao
parent
2454c2b76d
commit
0fda25fc96
@@ -94,4 +94,5 @@ void up_dump_register(void *dumpregs)
|
||||
_alert("SP_EL0: 0x%-16"PRIx64"\n", regs[REG_SP_EL0]);
|
||||
_alert("SP_ELX: 0x%-16"PRIx64"\n", regs[REG_SP_ELX]);
|
||||
_alert("EXE_DEPTH: 0x%-16"PRIx64"\n", regs[REG_EXE_DEPTH]);
|
||||
_alert("SCTLR_EL1: 0x%-16"PRIx64"\n", regs[REG_SCTLR_EL1]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user