summaryrefslogtreecommitdiff
path: root/src/arch/sparc/decoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/sparc/decoder.cc')
-rw-r--r--src/arch/sparc/decoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/sparc/decoder.cc b/src/arch/sparc/decoder.cc
index e8769a573..a7f7704ad 100644
--- a/src/arch/sparc/decoder.cc
+++ b/src/arch/sparc/decoder.cc
@@ -33,6 +33,6 @@
namespace SparcISA
{
-DecodeCache Decoder::defaultCache;
+GenericISA::BasicDecodeCache Decoder::defaultCache;
}