|
From: <sv...@va...> - 2009-05-25 02:12:27
|
Author: njn
Date: 2009-05-25 02:53:48 +0100 (Mon, 25 May 2009)
New Revision: 10151
Log:
Trunk sync: comment and whitespace.
Modified:
branches/DARWIN/coregrind/m_aspacemgr/aspacemgr-linux.c
branches/DARWIN/coregrind/m_transtab.c
Modified: branches/DARWIN/coregrind/m_aspacemgr/aspacemgr-linux.c
===================================================================
--- branches/DARWIN/coregrind/m_aspacemgr/aspacemgr-linux.c 2009-05-25 01:48:59 UTC (rev 10150)
+++ branches/DARWIN/coregrind/m_aspacemgr/aspacemgr-linux.c 2009-05-25 01:53:48 UTC (rev 10151)
@@ -2974,7 +2974,7 @@
return True;
}
-#endif
+#endif // HAVE_MREMAP
#if HAVE_PROC
Modified: branches/DARWIN/coregrind/m_transtab.c
===================================================================
--- branches/DARWIN/coregrind/m_transtab.c 2009-05-25 01:48:59 UTC (rev 10150)
+++ branches/DARWIN/coregrind/m_transtab.c 2009-05-25 01:53:48 UTC (rev 10151)
@@ -246,7 +246,7 @@
tt_fast and tt_fastN are referred to from assembly code
(dispatch.S).
*/
-/*global*/UInt* VG_(tt_fastN)[VG_TT_FAST_SIZE];
+/*global*/ UInt* VG_(tt_fastN)[VG_TT_FAST_SIZE];
/* Make sure we're not used before initialisation. */
|