summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/setjmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/setjmp.h')
-rw-r--r--arch/mips/include/asm/setjmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/setjmp.h b/arch/mips/include/asm/setjmp.h
index 81f4d4c15f..39e01e27df 100644
--- a/arch/mips/include/asm/setjmp.h
+++ b/arch/mips/include/asm/setjmp.h
@@ -19,7 +19,7 @@ typedef struct __jmp_buf_internal_tag {
void *__sp;
/* Callee-saved registers s0 through s7. */
- int __regs[8];
+ unsigned long __regs[8];
/* The frame pointer. */
void *__fp;