summaryrefslogtreecommitdiff
path: root/src/cpu/static_inst.cc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-06-14 20:52:20 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-06-14 20:52:20 +0000
commit7219b6edd9bee154e9066c479774f10998cb1af7 (patch)
tree7be065cca6d78292b35b72134639f64a5affc78c /src/cpu/static_inst.cc
parentcb7934f0527d87270315d2688d0a1e457cb84f56 (diff)
parent5b5570e0bf78faec2ed253c9348639d3ae15e2ef (diff)
downloadgem5-7219b6edd9bee154e9066c479774f10998cb1af7.tar.xz
Merge zizzer.eecs.umich.edu:/bk/newmem
into ahchoo.blinky.homelinux.org:/home/gblack/m5/newmem-x86 --HG-- extra : convert_revision : ba718de4d676f6d0bd80c29de46be1f6a2f73feb
Diffstat (limited to 'src/cpu/static_inst.cc')
-rw-r--r--src/cpu/static_inst.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/static_inst.cc b/src/cpu/static_inst.cc
index a5580d707..52a7ede03 100644
--- a/src/cpu/static_inst.cc
+++ b/src/cpu/static_inst.cc
@@ -37,6 +37,8 @@ StaticInstPtr StaticInst::nullStaticInstPtr;
// Define the decode cache hash map.
StaticInst::DecodeCache StaticInst::decodeCache;
+StaticInst::AddrDecodeCache StaticInst::addrDecodeCache;
+StaticInst::cacheElement StaticInst::recentDecodes[2];
void
StaticInst::dumpDecodeCacheStats()