arm64: assert support dump sctlr_el1 register
Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
This commit is contained in:
parent
2454c2b76d
commit
0fda25fc96
1 changed files with 1 additions and 0 deletions
|
|
@ -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]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue