diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2006-11-22 23:49:44 -0500 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2006-11-22 23:49:44 -0500 |
commit | 758c78065167ab58d63754827971a149c51282b9 (patch) | |
tree | 81b1a14749946072bf9d579937f19a8da744670b /src/arch/sparc/miscregfile.cc | |
parent | f85082e0a00ff7ba9caf79a58f41c6c4e351cd9d (diff) | |
download | gem5-758c78065167ab58d63754827971a149c51282b9.tar.xz |
Moved some constants from isa_traits.hh to the reg file headers.
--HG--
extra : convert_revision : 378b2d9791e6282539900a2261ad2275d726b4be
Diffstat (limited to 'src/arch/sparc/miscregfile.cc')
-rw-r--r-- | src/arch/sparc/miscregfile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/sparc/miscregfile.cc b/src/arch/sparc/miscregfile.cc index a60288984..9bbe9a5a0 100644 --- a/src/arch/sparc/miscregfile.cc +++ b/src/arch/sparc/miscregfile.cc @@ -50,7 +50,7 @@ class Checkpoint; string SparcISA::getMiscRegName(RegIndex index) { static::string miscRegName[NumMiscRegs] = - {"y", "ccr", "asi", "tick", "pc", "fprs", "pcr", "pic", + {"y", "ccr", "asi", "tick", "fprs", "pcr", "pic", "gsr", "softint_set", "softint_clr", "softint", "tick_cmpr", "stick", "stick_cmpr", "tpc", "tnpc", "tstate", "tt", "privtick", "tba", "pstate", "tl", |