gem5/src/arch/generic
Andreas Sandberg c3551e82f7 arch: Fix broken M5VarArgsFault initialization
At least gcc 4.4.3 seems to get confused by the use of func both as a
template parameter and a member variable in the M5VarArgsFault
class. This causes the value of the member variable func to be
unpredictable in M5VarArgsFault objects. This changeset renames the
template parameter to remove this ambiguity.
2013-01-07 13:05:38 -05:00
..
linux ISA: generic Linux thread info support 2012-11-02 11:32:00 -05:00
debugfaults.hh arch: Fix broken M5VarArgsFault initialization 2013-01-07 13:05:38 -05:00
decode_cache.cc ISA,CPU: Generalize and split out the components of the decode cache. 2012-05-26 13:45:12 -07:00
decode_cache.hh ISA,CPU: Generalize and split out the components of the decode cache. 2012-05-26 13:45:12 -07:00
memhelpers.hh clang: Enable compiling gem5 using clang 2.9 and 3.0 2012-01-31 12:05:52 -05:00
SConscript ISA,CPU: Generalize and split out the components of the decode cache. 2012-05-26 13:45:12 -07:00
types.hh arch: print next upc correctly 2011-06-28 18:27:38 -05:00