mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-22 01:29:28 +08:00
Changed int to unsigned32 to match cpu.h.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
typedef struct {
|
||||
jmp_buf regs;
|
||||
unsigned32 isr_level;
|
||||
int isr_level;
|
||||
} Context_Control_overlay;
|
||||
|
||||
void _CPU_Signal_initialize(void);
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
typedef struct {
|
||||
jmp_buf regs;
|
||||
unsigned32 isr_level;
|
||||
int isr_level;
|
||||
} Context_Control_overlay;
|
||||
|
||||
void _CPU_Signal_initialize(void);
|
||||
|
||||
Reference in New Issue
Block a user