summaryrefslogtreecommitdiff
path: root/src/cpu/o3/commit.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-11-14 01:23:59 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-11-14 01:23:59 -0500
commit8d234a4bc5adb6dcf26d73596c45a29e616bb4c2 (patch)
treea5e4354cbe61d806cd656f314c48efccaf8f32e2 /src/cpu/o3/commit.hh
parent14cb2264c80eb961eab1f80738e0144b6179d1a3 (diff)
parent69623a892edbaddc8d68a98766ef09b421ac4ce6 (diff)
downloadgem5-8d234a4bc5adb6dcf26d73596c45a29e616bb4c2.tar.xz
Merge 141.212.106.238:/home/gblack/m5/newmemmemops
into zizzer.eecs.umich.edu:/.automount/wexford/x/gblack/m5/newmem --HG-- extra : convert_revision : 753831a9f6f79d07e6ee122ab894e24161d2e722
Diffstat (limited to 'src/cpu/o3/commit.hh')
-rw-r--r--src/cpu/o3/commit.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/o3/commit.hh b/src/cpu/o3/commit.hh
index 7575783f7..0d7d82529 100644
--- a/src/cpu/o3/commit.hh
+++ b/src/cpu/o3/commit.hh
@@ -392,6 +392,9 @@ class DefaultCommit
*/
Tick trapLatency;
+ /** The interrupt fault. */
+ Fault interrupt;
+
/** The commit PC of each thread. Refers to the instruction that
* is currently being processed/committed.
*/