aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_ppc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/stackwalker_ppc.h')
-rw-r--r--src/processor/stackwalker_ppc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/processor/stackwalker_ppc.h b/src/processor/stackwalker_ppc.h
index 9901f673..68b57f10 100644
--- a/src/processor/stackwalker_ppc.h
+++ b/src/processor/stackwalker_ppc.h
@@ -53,7 +53,8 @@ class StackwalkerPPC : public Stackwalker {
// register state corresponding to the innermost called frame to be
// included in the stack. The other arguments are passed directly through
// to the base Stackwalker constructor.
- StackwalkerPPC(const MDRawContextPPC *context,
+ StackwalkerPPC(const SystemInfo *system_info,
+ const MDRawContextPPC *context,
MemoryRegion *memory,
const CodeModules *modules,
SymbolSupplier *supplier,