summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-10-31 04:12:52 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-10-31 04:12:52 -0500
commit3c19c5f0f239b8d31a3a8acd03eff9923f19b6ee (patch)
tree0925ddc96892917ff24cea251c7ed64cb33533ea /src
parenteab445e1bc6178bdbd0f4b5fcd5746a84687de65 (diff)
downloadgem5-3c19c5f0f239b8d31a3a8acd03eff9923f19b6ee.tar.xz
Missed a few instances of this function.
--HG-- extra : convert_revision : 581f97dafc2b30bd5067f6ff7f9cdbabc6890622
Diffstat (limited to 'src')
-rw-r--r--src/cpu/o3/alpha/dyn_inst.hh4
1 files changed, 0 insertions, 4 deletions
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<Impl>
#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. */