summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-10 18:37:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-10 18:37:21 +0000
commite88f4978844b1b78a93f114ef0582c4d47391190 (patch)
tree6acf5d5f84f12082b19cc3274b896362ccec855d
parentCheck that context control overlay is big enough. (diff)
downloadrtems-e88f4978844b1b78a93f114ef0582c4d47391190.tar.bz2
Make sure Context_Control is large enough.
-rw-r--r--tools/cpu/unix/gensize.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cpu/unix/gensize.c b/tools/cpu/unix/gensize.c
index 41c28bbf52..2d848e0a94 100644
--- a/tools/cpu/unix/gensize.c
+++ b/tools/cpu/unix/gensize.c
@@ -36,6 +36,7 @@
typedef struct {
jmp_buf regs;
int isr_level;
+ int pad[4]; /* just in case */
} Context_Control;
int main(