mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 06:55:13 +00:00
arch/mips/src/mips32/mips_sigdeliver.c: Fix a syslog format
This commit is contained in:
parent
2d243f2c2d
commit
7731de24e8
1 changed files with 2 additions and 1 deletions
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdint.h>
|
||||
#include <sched.h>
|
||||
#include <syscall.h>
|
||||
|
|
@ -91,7 +92,7 @@ void up_sigdeliver(void)
|
|||
* errno that is needed by the user logic (it is probably EINTR).
|
||||
*/
|
||||
|
||||
sinfo("Resuming EPC: %08x STATUS: %08x\n",
|
||||
sinfo("Resuming EPC: %08" PRIx32 " STATUS: %08" PRIx32 "\n",
|
||||
regs[REG_EPC], regs[REG_STATUS]);
|
||||
|
||||
up_irq_save();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue