forked from Imagelibrary/rtems
removed junk field in context_control
This commit is contained in:
@@ -449,7 +449,6 @@ extern "C" {
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
jmp_buf regs;
|
jmp_buf regs;
|
||||||
sigset_t isr_level;
|
sigset_t isr_level;
|
||||||
int junk;
|
|
||||||
} Context_Control;
|
} Context_Control;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user