From a30359bbddf2d358c3c6fd4db36b985fb3e0538e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 27 Mar 1998 19:42:58 +0000 Subject: Changed int to unsigned32 to match cpu.h. --- c/src/exec/score/cpu/unix/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/exec/score/cpu/unix/cpu.c') diff --git a/c/src/exec/score/cpu/unix/cpu.c b/c/src/exec/score/cpu/unix/cpu.c index a8fa6bb4d3..af59fdbc72 100644 --- a/c/src/exec/score/cpu/unix/cpu.c +++ b/c/src/exec/score/cpu/unix/cpu.c @@ -40,7 +40,7 @@ typedef struct { jmp_buf regs; - unsigned32 isr_level; + int isr_level; } Context_Control_overlay; void _CPU_Signal_initialize(void); -- cgit v1.2.3