From: Nathan Binkert Date: Fri, 7 Nov 2003 10:06:22 +0000 (-0500) Subject: add a couple of hacks to get thigns going for ISCA X-Git-Tag: m5_1.0_beta2~273 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f7dcf4e1fb0bcbf1ca60c345ce47f4eaf7cfb28;p=gem5.git add a couple of hacks to get thigns going for ISCA arch/alpha/pseudo_inst.hh: Give temporary access of these functions to full cpu junk (this is a hack!) --HG-- extra : convert_revision : 35499d6bf03b1c21dc918ccc09a6d21719262120 --- diff --git a/arch/alpha/pseudo_inst.hh b/arch/alpha/pseudo_inst.hh index 60031f8cd..85f432504 100644 --- a/arch/alpha/pseudo_inst.hh +++ b/arch/alpha/pseudo_inst.hh @@ -30,6 +30,13 @@ class ExecContext; namespace AlphaPseudo { + /** + * @todo these externs are only here for a hack in fullCPU::takeOver... + */ + extern bool doStatisticsInsts; + extern bool doCheckpointInsts; + extern bool doQuiesce; + void quiesce(ExecContext *xc); void m5exit(ExecContext *xc); void m5exit_old(ExecContext *xc);