It helps if my changes actually compile...


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3623 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/m_sigframe/sigframe-x86-linux.c b/coregrind/m_sigframe/sigframe-x86-linux.c
index 1255794..56ba8cc 100644
--- a/coregrind/m_sigframe/sigframe-x86-linux.c
+++ b/coregrind/m_sigframe/sigframe-x86-linux.c
@@ -682,7 +682,7 @@
    else
       size = restore_rt_sigframe(tst, (struct rt_sigframe *)esp, &sigNo);
 
-   VG_TRACK( die_mem_stack_signal - VGA_STACK_REDZONE_SIZE, esp, size );
+   VG_TRACK( die_mem_stack_signal, esp - VGA_STACK_REDZONE_SIZE, size );
 
    if (VG_(clo_trace_signals))
       VG_(message)(