removed junk field in context_control

This commit is contained in:
Joel Sherrill
1995-07-20 13:20:18 +00:00
parent 4ca27cfad7
commit 3b170f53b3

View File

@@ -449,7 +449,6 @@ extern "C" {
typedef struct {
jmp_buf regs;
sigset_t isr_level;
int junk;
} Context_Control;
typedef struct {