From 0aa2e82fd5e3e4c85f853ba651afdc17fa4008a8 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 30 Jul 2004 23:36:37 +0000 Subject: [PATCH] Removed unused VG_AR_CLIENT_STACKBASE_REDZONE_SZW. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2538 --- coregrind/vg_include.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/coregrind/vg_include.h b/coregrind/vg_include.h index 7dcccb1c9..eecdc4e72 100644 --- a/coregrind/vg_include.h +++ b/coregrind/vg_include.h @@ -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. */