fix top stack frame sometimes being lost
This commit is contained in:
@@ -12,7 +12,7 @@ struct BacktraceContext
|
||||
#endif
|
||||
|
||||
#if defined(DARWIN)
|
||||
void *FramePtr;
|
||||
void *FramePtr, *PC;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user