summaryrefslogtreecommitdiff
path: root/src/arch/power/decoder.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/power/decoder.hh')
-rw-r--r--src/arch/power/decoder.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/power/decoder.hh b/src/arch/power/decoder.hh
index 830636aed..a70802ced 100644
--- a/src/arch/power/decoder.hh
+++ b/src/arch/power/decoder.hh
@@ -89,6 +89,9 @@ class Decoder
{
return instDone;
}
+
+ void takeOverFrom(Decoder *old) {}
+
protected:
/// A cache of decoded instruction objects.
static GenericISA::BasicDecodeCache defaultCache;