summaryrefslogtreecommitdiff
path: root/src/cpu/static_inst.cc
diff options
context:
space:
mode:
authorVincentius Robby <acolyte@umich.edu>2007-06-14 16:52:19 -0400
committerVincentius Robby <acolyte@umich.edu>2007-06-14 16:52:19 -0400
commit5b5570e0bf78faec2ed253c9348639d3ae15e2ef (patch)
treeb884555f6affc655aea65225c541e01331303498 /src/cpu/static_inst.cc
parent6641423a0b3b906a6fd943296d3c9ebbc3918374 (diff)
downloadgem5-5b5570e0bf78faec2ed253c9348639d3ae15e2ef.tar.xz
Modified instruction decode method.
Make code compatible with new decode method. src/arch/alpha/remote_gdb.cc: src/cpu/base_dyn_inst_impl.hh: src/cpu/exetrace.cc: src/cpu/simple/base.cc: Make code compatible with new decode method. src/cpu/static_inst.cc: src/cpu/static_inst.hh: Modified instruction decode method. --HG-- extra : convert_revision : a9a6d3a16fff59bc95d0606ea344bd57e71b8d0a
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()