]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
avoid compiler warning
authorNicholas Nethercote <njn@valgrind.org>
Sat, 25 Jun 2005 19:52:02 +0000 (19:52 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 25 Jun 2005 19:52:02 +0000 (19:52 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4022

coregrind/m_stacktrace.c

index 0aecc6f9d6674990d87c24e1b157fb99fb5d1d83..08e4b0ad081735b1b31169b15d99be95bb111384 100644 (file)
@@ -65,6 +65,7 @@
 /* Take a snapshot of the client's stack, putting the up to 'n_ips' IPs 
    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, 
                             Addr ip, Addr sp, Addr fp,
                             Addr fp_min, Addr fp_max_orig )