|
From: <sv...@va...> - 2005-12-09 19:30:13
|
Author: njn
Date: 2005-12-09 19:30:02 +0000 (Fri, 09 Dec 2005)
New Revision: 5321
Log:
Add missing declaration.
Modified:
trunk/coregrind/pub_core_translate.h
Modified: trunk/coregrind/pub_core_translate.h
=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/pub_core_translate.h 2005-12-08 23:19:35 UTC (rev 532=
0)
+++ trunk/coregrind/pub_core_translate.h 2005-12-09 19:30:02 UTC (rev 532=
1)
@@ -43,6 +43,8 @@
Int debugging_verbosity,
ULong bbs_done );
=20
+extern void VG_(print_translation_stats) ( void );
+
#endif // __PUB_CORE_TRANSLATE_H
=20
/*--------------------------------------------------------------------*/
|