]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
A 1 page stack isn't big enough for this test on ppc32-linux.
authorJulian Seward <jseward@acm.org>
Sun, 21 May 2006 12:40:30 +0000 (12:40 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 21 May 2006 12:40:30 +0000 (12:40 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5910

memcheck/tests/stack_changes.c

index 23c43e50be194820a6b341bf818b752ae4c1021e..45ac9e3fe1ec857b048e6f0dfdae605b7d9b1e37 100644 (file)
@@ -5,7 +5,7 @@
 
 #include "valgrind.h"
 
-#define STACK_SIZE 4096
+#define STACK_SIZE (10 * 4096)
 
 // This test is checking the libc context calls (setcontext, etc.) and
 // checks that Valgrind notices their stack changes properly.