mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
arch/arm/src/arm/arm_prefetchabort.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
197df3edf8
commit
0f075525af
@@ -122,7 +122,7 @@ void arm_prefetchabort(uint32_t *regs)
|
||||
else
|
||||
#endif
|
||||
{
|
||||
_alert("Prefetch abort. PC: %08x\n", regs[REG_PC]);
|
||||
_alert("Prefetch abort. PC: %08" PRIx32 "\n", regs[REG_PC]);
|
||||
PANIC();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user