mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Removed unused VG_AR_CLIENT_STACKBASE_REDZONE_SZW.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2538
This commit is contained in:
parent
1eb570df2c
commit
0aa2e82fd5
@ -1018,10 +1018,7 @@ extern Int VG_(longjmpd_on_signal);
|
||||
/* The red-zone size which we put at the bottom (highest address) of
|
||||
thread stacks, for paranoia reasons. This can be arbitrary, and
|
||||
doesn't really need to be set at compile time. */
|
||||
#define VG_AR_CLIENT_STACKBASE_REDZONE_SZW 4
|
||||
|
||||
#define VG_AR_CLIENT_STACKBASE_REDZONE_SZB \
|
||||
(VG_AR_CLIENT_STACKBASE_REDZONE_SZW * VKI_BYTES_PER_WORD)
|
||||
#define VG_AR_CLIENT_STACKBASE_REDZONE_SZB 16
|
||||
|
||||
/* Junk to fill up a thread's shadow regs with when shadow regs aren't
|
||||
being used. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user