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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/processor/stackwalker_sparc.h b/src/processor/stackwalker_sparc.h
index 53fbc843..e8f2a388 100644
--- a/src/processor/stackwalker_sparc.h
+++ b/src/processor/stackwalker_sparc.h
@@ -63,7 +63,8 @@ class StackwalkerSPARC : public Stackwalker {
// Implementation of Stackwalker, using sparc context (%fp, %sp, %pc) and
// stack conventions
virtual StackFrame* GetContextFrame();
- virtual StackFrame* GetCallerFrame(const CallStack* stack);
+ virtual StackFrame* GetCallerFrame(const CallStack* stack,
+ bool stack_scan_allowed);
// Stores the CPU context corresponding to the innermost stack frame to
// be returned by GetContextFrame.