diff options
Diffstat (limited to 'src/processor/stackwalker_x86.h')
-rw-r--r-- | src/processor/stackwalker_x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/processor/stackwalker_x86.h b/src/processor/stackwalker_x86.h index d4137ebf..bd6df1fa 100644 --- a/src/processor/stackwalker_x86.h +++ b/src/processor/stackwalker_x86.h @@ -68,7 +68,7 @@ class StackwalkerX86 : 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); // Scan the stack starting at location_start, looking for an address // that looks like a valid instruction pointer. Addresses must |