From: Gabe Black Date: Tue, 31 Oct 2006 09:12:52 +0000 (-0500) Subject: Missed a few instances of this function. X-Git-Tag: m5_2.0_beta2~53^2~84 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c19c5f0f239b8d31a3a8acd03eff9923f19b6ee;p=gem5.git Missed a few instances of this function. --HG-- extra : convert_revision : 581f97dafc2b30bd5067f6ff7f9cdbabc6890622 --- diff --git a/src/cpu/o3/alpha/dyn_inst.hh b/src/cpu/o3/alpha/dyn_inst.hh index 294aadde8..31a6f7753 100644 --- a/src/cpu/o3/alpha/dyn_inst.hh +++ b/src/cpu/o3/alpha/dyn_inst.hh @@ -127,10 +127,6 @@ class AlphaDynInst : public BaseDynInst #if FULL_SYSTEM /** Calls hardware return from error interrupt. */ Fault hwrei(); - /** Reads interrupt flag. */ - int readIntrFlag(); - /** Sets interrupt flag. */ - void setIntrFlag(int val); /** Checks if system is in PAL mode. */ bool inPalMode(); /** Traps to handle specified fault. */