gem5/src
Nilay Vaish 8bf92329ee Ruby: Correct set LONG_BITS and INDEX_SHIFT in class Set.
The code for Set class was written under the assumption that
std::numeric_limits<long>::digits returns the number of bits used for
data type long, which was presumed to be either 32 or 64. But return value
is actually one less, that is, it is either 31 or 63. The value is now
being incremented by 1 so as to correctly set it.
2011-06-14 19:51:44 -05:00
..
arch sparc: don't use directcntrl branch flag 2011-06-10 22:15:32 -04:00
base Loader: Handle bad section names when loading an ELF file. 2011-06-12 23:52:21 -07:00
cpu o3: missing newlines on some dprintfs 2011-06-10 22:15:32 -04:00
dev scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00
doxygen Fix up doxygen. 2006-08-14 19:25:07 -04:00
kern scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00
mem Ruby: Correct set LONG_BITS and INDEX_SHIFT in class Set. 2011-06-14 19:51:44 -05:00
python copyright: Add code for finding all copyright blocks and create a COPYING file 2011-06-02 17:36:07 -07:00
sim scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00
unittest copyright: clean up copyright blocks 2011-06-02 14:36:35 -07:00
Doxyfile Fix up doxygen. 2006-08-14 19:25:07 -04:00
SConscript scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00