mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
arch/arm/src/arm/arm_undefinedinsn.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
59e0cf23fc
commit
9058792e04
@@ -57,7 +57,7 @@
|
||||
|
||||
void arm_undefinedinsn(uint32_t *regs)
|
||||
{
|
||||
_alert("Undefined instruction at 0x%x\n", regs[REG_PC]);
|
||||
_alert("Undefined instruction at 0x%" PRIx32 "\n", regs[REG_PC]);
|
||||
CURRENT_REGS = regs;
|
||||
PANIC();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user