Re: [PATCH] score/aarch64: Resolve warning in exception dump

2020-11-23 Thread Sebastian Huber
On 23/11/2020 17:22, Kinsey Moore wrote: This resolves a warning in the exception frame dump for AArch64 relating to a missized printf format specifier. Ok. -- embedded brains GmbH Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: sebastian.hu...@embedded-brains.de Phone: +49-89-18 9

[PATCH] score/aarch64: Resolve warning in exception dump

2020-11-23 Thread Kinsey Moore
This resolves a warning in the exception frame dump for AArch64 relating to a missized printf format specifier. --- cpukit/score/cpu/aarch64/aarch64-exception-frame-print.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpukit/score/cpu/aarch64/aarch64-exception-frame-prin