|
From: <sv...@va...> - 2008-03-19 17:00:10
|
Author: bart
Date: 2008-03-19 17:00:12 +0000 (Wed, 19 Mar 2008)
New Revision: 7737
Log:
Added separator.
Modified:
trunk/exp-drd/drd_bitmap.h
Modified: trunk/exp-drd/drd_bitmap.h
===================================================================
--- trunk/exp-drd/drd_bitmap.h 2008-03-18 17:53:09 UTC (rev 7736)
+++ trunk/exp-drd/drd_bitmap.h 2008-03-19 17:00:12 UTC (rev 7737)
@@ -138,6 +138,10 @@
& ((((UWord)1 << size) - 1) << UWORD_LSB(a1)));
}
+
+/*********************************************************************/
+
+
struct bitmap2
{
Addr addr; ///< address >> ADDR0_BITS
|