Changed int to unsigned32 to match cpu.h.

This commit is contained in:
Joel Sherrill
1998-03-27 19:42:58 +00:00
parent 20515fc1f8
commit a30359bbdd
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
typedef struct {
jmp_buf regs;
unsigned32 isr_level;
int isr_level;
} Context_Control_overlay;
void _CPU_Signal_initialize(void);

View File

@@ -40,7 +40,7 @@
typedef struct {
jmp_buf regs;
unsigned32 isr_level;
int isr_level;
} Context_Control_overlay;
void _CPU_Signal_initialize(void);