projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eab445e
)
Missed a few instances of this function.
author
Gabe Black
<gblack@eecs.umich.edu>
Tue, 31 Oct 2006 09:12:52 +0000
(
04:12
-0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Tue, 31 Oct 2006 09:12:52 +0000
(
04:12
-0500)
--HG--
extra : convert_revision :
581f97dafc2b30bd5067f6ff7f9cdbabc6890622
src/cpu/o3/alpha/dyn_inst.hh
patch
|
blob
|
history
diff --git
a/src/cpu/o3/alpha/dyn_inst.hh
b/src/cpu/o3/alpha/dyn_inst.hh
index 294aadde8e59f5509a9d3a43e2fec23b2c98fe7c..31a6f7753e4659fa07308487e2472f506c3000f5 100644
(file)
--- 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. */