mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
arch/mips/src/mips32/mips_sigdeliver.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
2d243f2c2d
commit
7731de24e8
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user