From: Gabe Black Date: Mon, 5 Mar 2007 12:19:11 +0000 (+0000) Subject: Add in a declaration of class Checkpoint rather than expecting it to come from some... X-Git-Tag: m5_2.0_beta3~169 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be29612fbe03f5c06bd5b5b50b256b4c2218bb81;p=gem5.git Add in a declaration of class Checkpoint rather than expecting it to come from some other include. --HG-- extra : convert_revision : adbd4899508e3d30959a504a48402f01d1187099 --- 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