mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-12 14:20:04 +00:00
A 1 page stack isn't big enough for this test on ppc32-linux.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5910
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user