diff options
Diffstat (limited to 'src/arch/riscv')
-rw-r--r-- | src/arch/riscv/decoder.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/riscv/decoder.hh b/src/arch/riscv/decoder.hh index 91fe7873e..750321167 100644 --- a/src/arch/riscv/decoder.hh +++ b/src/arch/riscv/decoder.hh @@ -48,7 +48,7 @@ class ISA; class Decoder { private: - DecodeCache::InstMap instMap; + DecodeCache::InstMap<ExtMachInst> instMap; bool aligned; bool mid; bool more; |