|
From: <sv...@va...> - 2005-06-25 19:52:05
|
Author: njn
Date: 2005-06-25 20:52:02 +0100 (Sat, 25 Jun 2005)
New Revision: 4022
Log:
avoid compiler warning
Modified:
trunk/coregrind/m_stacktrace.c
Modified: trunk/coregrind/m_stacktrace.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_stacktrace.c 2005-06-25 19:51:33 UTC (rev 4021)
+++ trunk/coregrind/m_stacktrace.c 2005-06-25 19:52:02 UTC (rev 4022)
@@ -65,6 +65,7 @@
/* Take a snapshot of the client's stack, putting the up to 'n_ips' IPs=20
into 'ips'. In order to be thread-safe, we pass in the thread's IP
and FP. Returns number of IPs put in 'ips'. */
+static
UInt VG_(get_StackTrace2) ( Addr* ips, UInt n_ips,=20
Addr ip, Addr sp, Addr fp,
Addr fp_min, Addr fp_max_orig )
|