mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
increase function size even more (see r15095). On s390 this testcase
might use a relative load (e.g. via load address relative long(larl) for the address) into the literal pool for some constants. 1280 seems to be enough that the r/o data is copied along the function. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15121
This commit is contained in:
parent
0a9b6b47d8
commit
8edce29b97
@ -20,7 +20,8 @@
|
||||
#endif
|
||||
#include "tests/sys_mman.h"
|
||||
|
||||
#define FN_SIZE 1024 // Must be big enough to hold the compiled f()
|
||||
#define FN_SIZE 1280 // Must be big enough to hold the compiled f()
|
||||
// and any literal pool that might be used
|
||||
#define N_LOOPS 20000 // Should be divisible by four
|
||||
#define RATIO 4 // Ratio of code sizes between the two modes
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user