change struct size to prevent stack overflow

This commit is contained in:
bingo 2017-06-01 18:48:30 +08:00
parent c83806a2ef
commit 75213bed0d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include "trap.h"
#define N 100
#define N 40
struct dummy {
int pad1[N];