diff options
Diffstat (limited to 'src/arch/arm/decoder.cc')
-rw-r--r-- | src/arch/arm/decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm/decoder.cc b/src/arch/arm/decoder.cc index 65badbc49..4001f7597 100644 --- a/src/arch/arm/decoder.cc +++ b/src/arch/arm/decoder.cc @@ -38,7 +38,7 @@ namespace ArmISA { -DecodeCache Decoder::defaultCache; +GenericISA::BasicDecodeCache Decoder::defaultCache; void Decoder::process() |