mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 22:45:08 +00:00
arch/arm/src/arm/arm_undefinedinsn.c: Fix a syslog format
This commit is contained in:
parent
59e0cf23fc
commit
9058792e04
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue