commit | 65310d8d09aee4be7f1b8bbb0c81758b1f8319f0 | [log] [tgz] |
---|---|---|
author | Madhukar Pappireddy <madhukar.pappireddy@arm.com> | Thu Mar 04 19:53:52 2021 +0100 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Thu Mar 04 19:53:52 2021 +0100 |
tree | 42f9f2e48be2f41cacc881df4750e107ebabde95 | |
parent | 0e725d8002911b3aaeef01998a02566348436bd7 [diff] | |
parent | 7b4e2d6ca30b6b8ee0165c794d9002166a1adf7b [diff] |
Merge "Print newline after hex address in aarch64 el3_panic function" into integration
diff --git a/common/aarch64/debug.S b/common/aarch64/debug.S index ad6acd9..d105d08 100644 --- a/common/aarch64/debug.S +++ b/common/aarch64/debug.S
@@ -208,6 +208,9 @@ sub x4, x4, #4 bl asm_print_hex + /* Print new line */ + bl asm_print_newline + bl plat_crash_console_flush _panic_handler: