arm64: assert support dump sctlr_el1 register

Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
This commit is contained in:
wangmingrong1 2025-01-13 16:32:37 +08:00 committed by Xiang Xiao
parent 2454c2b76d
commit 0fda25fc96

View file

@ -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]);
}