Searched hist:4425 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Dbitfield.hhdiff 4425:e94d396daad9 Wed May 09 00:01:00 EDT 2007 Ali Saidi <saidi@eecs.umich.edu> bit_val was being used directly in the statement in return. If type B had fewer bits than last, bit_val << last would get the wrong answer.

src/base/bitfield.hh:
bit_val was being used directly in the statement in
return. If type B had fewer bits than last, bit_val << last would get
the wrong answer.

Completed in 7 milliseconds