<div dir="ltr">score/i386: improve the format of exception reporting
<br>
<br>Updates #4203."Updates #4203."
<br>---
<br> cpukit/score/cpu/i386/cpu.c | 2 +-
<br> 1 file changed, 1 insertion(+), 1 deletion(-)
<br>
<br>diff --git a/cpukit/score/cpu/i386/cpu.c b/cpukit/score/cpu/i386/cpu.c
<br>index 77b7a7161c..06af57418d 100644
<br>--- a/cpukit/score/cpu/i386/cpu.c
<br>+++ b/cpukit/score/cpu/i386/cpu.c
<br>@@ -215,7 +215,7 @@ void _CPU_Exception_frame_print (const CPU_Exception_frame *ctx)
<br> {
<br>   unsigned int faultAddr = 0;
<br>   printk("----------------------------------------------------------\n");
<br>-  printk("Exception %" PRIu32 " caught at PC %" PRIx32 " by thread %" PRId32 "\n",
<br>+  printk("Exception %" PRIu32 " caught at PC %" PRIx32 " by thread %" PRIx32 "\n",
<br>       ctx->idtIndex,
<br>       ctx->eip,
<br>       _Thread_Executing->Object.id);
<br>-- 
<br>2.33.0
</div>