diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-03-05 12:19:11 +0000 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-03-05 12:19:11 +0000 |
commit | be29612fbe03f5c06bd5b5b50b256b4c2218bb81 (patch) | |
tree | 03b2d994588fa7ac4b303d8e952e19f06175af1e /src/arch/sparc | |
parent | 6a19b64de2044e5b166a9883be6531166cd69900 (diff) | |
download | gem5-be29612fbe03f5c06bd5b5b50b256b4c2218bb81.tar.xz |
Add in a declaration of class Checkpoint rather than expecting it to come from some other include.
--HG--
extra : convert_revision : adbd4899508e3d30959a504a48402f01d1187099
Diffstat (limited to 'src/arch/sparc')
-rw-r--r-- | src/arch/sparc/miscregfile.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/sparc/miscregfile.hh b/src/arch/sparc/miscregfile.hh index 4207de823..ac0e930c5 100644 --- a/src/arch/sparc/miscregfile.hh +++ b/src/arch/sparc/miscregfile.hh @@ -39,6 +39,8 @@ #include <string> +class Checkpoint; + namespace SparcISA { //These functions map register indices to names |