mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Make sure Context_Control is large enough.
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
typedef struct {
|
||||
jmp_buf regs;
|
||||
int isr_level;
|
||||
int pad[4]; /* just in case */
|
||||
} Context_Control;
|
||||
|
||||
int main(
|
||||
|
||||
Reference in New Issue
Block a user