diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-11-13 02:49:13 -0500 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-11-13 02:49:13 -0500 |
commit | fd213f7270cd6a93d670ed8ebd27b442442f92d7 (patch) | |
tree | b0dbfa782378bccea99f4c9888415e28dcdf7205 /src/cpu/o3/commit.hh | |
parent | 51d8c59ef8bddb1078d2f010c143ae9471c60c2d (diff) | |
parent | 41a9196f60a0399a0ef1e4cfe8e77391886120cf (diff) | |
download | gem5-fd213f7270cd6a93d670ed8ebd27b442442f92d7.tar.xz |
Merge ktlim@zizzer:/bk/newmem
into zamp.eecs.umich.edu:/z/ktlim2/clean/newmem-busfix
--HG--
extra : convert_revision : 6ef2249bfa3f7149830efdb42a313422090da7d7
Diffstat (limited to 'src/cpu/o3/commit.hh')
-rw-r--r-- | src/cpu/o3/commit.hh | 3 |
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. */ |