From be29612fbe03f5c06bd5b5b50b256b4c2218bb81 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 5 Mar 2007 12:19:11 +0000 Subject: Add in a declaration of class Checkpoint rather than expecting it to come from some other include. --HG-- extra : convert_revision : adbd4899508e3d30959a504a48402f01d1187099 --- src/arch/sparc/miscregfile.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/arch/sparc') 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 +class Checkpoint; + namespace SparcISA { //These functions map register indices to names -- cgit v1.2.3