X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=tools%2Fconfigurator%2Fconfigurator.c;h=5d959cf33c6b04bdad29c8df6fb3d5f7e77874bc;hb=cedcaa1bbb44cad610973c449340c0fde9ae0280;hp=370170b80c5866acf0151038e59bedcf6d39c787;hpb=d4c7616d9ef5a55dd89ea878a07eedc7376d6973;p=ccan 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"