aboutsummaryrefslogtreecommitdiff
path: root/src/processor/stackwalker_sparc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/processor/stackwalker_sparc.h')
-rw-r--r--src/processor/stackwalker_sparc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/stackwalker_sparc.h b/src/processor/stackwalker_sparc.h
index f051e5bb..2e5e1cee 100644
--- a/src/processor/stackwalker_sparc.h
+++ b/src/processor/stackwalker_sparc.h
@@ -72,7 +72,7 @@ class StackwalkerSPARC : 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.