summaryrefslogtreecommitdiff
path: root/src/arch/alpha/decoder.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/alpha/decoder.hh')
-rw-r--r--src/arch/alpha/decoder.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/alpha/decoder.hh b/src/arch/alpha/decoder.hh
index 45e737e52..d33722867 100644
--- a/src/arch/alpha/decoder.hh
+++ b/src/arch/alpha/decoder.hh
@@ -83,6 +83,8 @@ class Decoder
return instDone;
}
+ void takeOverFrom(Decoder * old) {}
+
protected:
/// A cache of decoded instruction objects.
static GenericISA::BasicDecodeCache defaultCache;