diff options
Diffstat (limited to 'src/arch/power/isa.hh')
-rw-r--r-- | src/arch/power/isa.hh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/power/isa.hh b/src/arch/power/isa.hh index 33439c48c..7b59b2ad1 100644 --- a/src/arch/power/isa.hh +++ b/src/arch/power/isa.hh @@ -98,6 +98,13 @@ class ISA : public SimObject return reg; } + // dummy + int + flattenCCIndex(int reg) + { + return reg; + } + void startup(ThreadContext *tc) {} /// Explicitly import the otherwise hidden startup |