From 3c19c5f0f239b8d31a3a8acd03eff9923f19b6ee Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Tue, 31 Oct 2006 04:12:52 -0500 Subject: Missed a few instances of this function. --HG-- extra : convert_revision : 581f97dafc2b30bd5067f6ff7f9cdbabc6890622 --- src/cpu/o3/alpha/dyn_inst.hh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') 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. */ -- cgit v1.2.3