diff options
Diffstat (limited to 'src/arch/power/utility.hh')
-rw-r--r-- | src/arch/power/utility.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/power/utility.hh b/src/arch/power/utility.hh index b3eed9de3..c8cd441ba 100644 --- a/src/arch/power/utility.hh +++ b/src/arch/power/utility.hh @@ -61,6 +61,8 @@ copyMiscRegs(ThreadContext *src, ThreadContext *dest) { } +void skipFunction(ThreadContext *tc); + } // PowerISA namespace #endif // __ARCH_POWER_UTILITY_HH__ |