Browse Source

Merge "Print newline after hex address in aarch64 el3_panic function" into integration

pull/1940/head
Madhukar Pappireddy 4 years ago
committed by TrustedFirmware Code Review
parent
commit
42de214f8f
  1. 3
      common/aarch64/debug.S

3
common/aarch64/debug.S

@ -208,6 +208,9 @@ el3_panic:
sub x4, x4, #4
bl asm_print_hex
/* Print new line */
bl asm_print_newline
bl plat_crash_console_flush
_panic_handler:

Loading…
Cancel
Save