forked from Imagelibrary/rtems
*** empty log message ***
This commit is contained in:
@@ -34,8 +34,8 @@
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
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(
|
||||||
|
|||||||
@@ -34,8 +34,8 @@
|
|||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
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