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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/stackwalker_ppc.h b/src/processor/stackwalker_ppc.h
index 3d312419..5dea99fa 100644
--- a/src/processor/stackwalker_ppc.h
+++ b/src/processor/stackwalker_ppc.h
@@ -67,7 +67,7 @@ class StackwalkerPPC : public Stackwalker {
virtual StackFrame* GetContextFrame();
virtual StackFrame* GetCallerFrame(
const CallStack *stack,
- const vector< linked_ptr<StackFrameInfo> > &stack_frame_info);
+ const vector< linked_ptr<WindowsFrameInfo> > &stack_frame_info);
// Stores the CPU context corresponding to the innermost stack frame to
// be returned by GetContextFrame.