Don't read the floating-point registers for now. We will need to enable the
VFP around the read of these instructions as they may raise an exception. Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
59bb97a934
commit
cf8b6f76a2
@ -894,8 +894,11 @@ DB_SHOW_COMMAND(specialregs, db_show_spregs)
|
||||
PRINT_REG(elr_el1);
|
||||
PRINT_REG(esr_el1);
|
||||
PRINT_REG(far_el1);
|
||||
#if 0
|
||||
/* ARM64TODO: Enable VFP before reading floating-point registers */
|
||||
PRINT_REG(fpcr);
|
||||
PRINT_REG(fpsr);
|
||||
#endif
|
||||
PRINT_REG(id_aa64afr0_el1);
|
||||
PRINT_REG(id_aa64afr1_el1);
|
||||
PRINT_REG(id_aa64dfr0_el1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user