mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
arch/arm/src/arm/arm_syscall.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
0f075525af
commit
59e0cf23fc
@@ -66,7 +66,7 @@
|
||||
|
||||
void arm_syscall(uint32_t *regs)
|
||||
{
|
||||
_alert("Syscall from 0x%x\n", regs[REG_PC]);
|
||||
_alert("Syscall from 0x%" PRIx32 "\n", regs[REG_PC]);
|
||||
CURRENT_REGS = regs;
|
||||
PANIC();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user