forked from Imagelibrary/rtems
*** empty log message ***
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
jmp_buf regs;
|
jmp_buf regs;
|
||||||
sigset_t isr_level;
|
int isr_level;
|
||||||
} Context_Control;
|
} Context_Control;
|
||||||
|
|
||||||
int main(
|
int main(
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
jmp_buf regs;
|
jmp_buf regs;
|
||||||
sigset_t isr_level;
|
int isr_level;
|
||||||
} Context_Control;
|
} Context_Control;
|
||||||
|
|
||||||
int main(
|
int main(
|
||||||
|
|||||||
Reference in New Issue
Block a user