diff --git a/common/aarch64/debug.S b/common/aarch64/debug.S index ad6acd9d21d10fa5b73ab20c48640fea8e4d2f2c..d105d0871a8ce30809151acb022fea6d62b6cccf 100644 --- a/common/aarch64/debug.S +++ b/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: