|
From: <sv...@va...> - 2005-05-05 08:26:18
|
Author: tom
Date: 2005-05-05 09:26:14 +0100 (Thu, 05 May 2005)
New Revision: 3623
Modified:
trunk/coregrind/m_sigframe/sigframe-x86-linux.c
Log:
It helps if my changes actually compile...
Modified: trunk/coregrind/m_sigframe/sigframe-x86-linux.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_sigframe/sigframe-x86-linux.c 2005-05-05 08:16:24 U=
TC (rev 3622)
+++ trunk/coregrind/m_sigframe/sigframe-x86-linux.c 2005-05-05 08:26:14 U=
TC (rev 3623)
@@ -682,7 +682,7 @@
else
size =3D restore_rt_sigframe(tst, (struct rt_sigframe *)esp, &sigN=
o);
=20
- VG_TRACK( die_mem_stack_signal - VGA_STACK_REDZONE_SIZE, esp, size );
+ VG_TRACK( die_mem_stack_signal, esp - VGA_STACK_REDZONE_SIZE, size );
=20
if (VG_(clo_trace_signals))
VG_(message)(
|