Make sure Context_Control is large enough.

This commit is contained in:
Joel Sherrill
2000-06-10 18:37:21 +00:00
parent 98165e21b7
commit e88f497884

View File

@@ -36,6 +36,7 @@
typedef struct {
jmp_buf regs;
int isr_level;
int pad[4]; /* just in case */
} Context_Control;
int main(