gem5/src/dev/sparc
Miles Kaufmann 54cc0053f0 params: Deprecate old-style constructors; update most SimObject constructors.
SimObjects not yet updated:
- Process and subclasses
- BaseCPU and subclasses

The SimObject(const std::string &name) constructor was removed.  Subclasses
that still rely on that behavior must call the parent initializer as
  : SimObject(makeParams(name))

--HG--
extra : convert_revision : d6faddde76e7c3361ebdbd0a7b372a40941c12ed
2007-08-30 15:16:59 -04:00
..
dtod.cc Merge python and x86 changes with cache branch 2007-07-26 23:15:49 -07:00
dtod.hh Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
iob.cc Merge python and x86 changes with cache branch 2007-07-26 23:15:49 -07:00
iob.hh Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
mm_disk.cc Merge python and x86 changes with cache branch 2007-07-26 23:15:49 -07:00
mm_disk.hh Major changes to how SimObjects are created and initialized. Almost all 2007-07-23 21:51:38 -07:00
SConscript Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00
t1000.cc params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
t1000.hh params: Deprecate old-style constructors; update most SimObject constructors. 2007-08-30 15:16:59 -04:00
T1000.py Move SimObject python files alongside the C++ and fix 2007-05-27 19:21:17 -07:00