sajtran
Results
1
issues of
sajtran
Hi I replaced with ``` procedure GetFrameBasedStackTrace(AReturnAddresses: PNativeUInt; AMaxDepth, ASkipFrames: Cardinal); var LStackTop, LStackBottom, LCurrentFrame: NativeUInt; begin {Get the call stack top and current bottom} GetStackRange(LStackTop, LStackBottom); Dec(LStackTop, 2 *...