]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Removed unused VG_AR_CLIENT_STACKBASE_REDZONE_SZW.
authorNicholas Nethercote <n.nethercote@gmail.com>
Fri, 30 Jul 2004 23:36:37 +0000 (23:36 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Fri, 30 Jul 2004 23:36:37 +0000 (23:36 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2538

coregrind/vg_include.h

index 7dcccb1c9c1d45209a10be97771275dcbcbc0626..eecdc4e726d8df9e75315fb7337fb7f9fe6cf81d 100644 (file)
@@ -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. */