mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
arch/arm/src/arm/arm_dataabort.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
510e72567f
commit
197df3edf8
@@ -158,7 +158,7 @@ void arm_dataabort(uint32_t *regs)
|
||||
|
||||
/* Crash -- possibly showing diagnost debug information. */
|
||||
|
||||
_alert("Data abort. PC: %08x\n", regs[REG_PC]);
|
||||
_alert("Data abort. PC: %08" PRIx32 "\n", regs[REG_PC]);
|
||||
PANIC();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user