X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fconfigurator%2Fconfigurator.c;h=5d959cf33c6b04bdad29c8df6fb3d5f7e77874bc;hp=370170b80c5866acf0151038e59bedcf6d39c787;hb=2953f5147b5d84b846a1d756652582ad3e5348fe;hpb=b744da8cdcb59542f5452c30d4f0c7b5b42255d1 diff --git a/tools/configurator/configurator.c b/tools/configurator/configurator.c index 370170b8..5d959cf3 100644 --- a/tools/configurator/configurator.c +++ b/tools/configurator/configurator.c @@ -323,7 +323,7 @@ static struct test tests[] = { NULL, NULL, "#include \n" "static int x = 0;\n" - "static char stack[1024];\n" + "static char stack[2048];\n" "static ucontext_t a, b;\n" "static void fn(void) {\n" " x |= 2;\n"