arch/arm/src/cxd56xx/cxd56_irq.c: Fix a type mismatch

This commit is contained in:
YAMAMOTO Takashi
2020-11-11 16:05:57 +09:00
committed by Xiang Xiao
parent 10a4243fcf
commit 3b9e72c898
+1 -1
View File
@@ -277,7 +277,7 @@ static inline void cxd56_prioritize_syscall(int priority)
}
#endif
static int excinfo(int irq, uint32_t *regaddr, uint32_t *bit)
static int excinfo(int irq, uintptr_t *regaddr, uint32_t *bit)
{
*regaddr = NVIC_SYSHCON;
switch (irq)