mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
c:
This commit is contained in:
parent
b498c8f064
commit
c39d87afcd
1 changed files with 1 additions and 1 deletions
|
@ -692,7 +692,7 @@ BOOLEAN NmiCallback(
|
|||
*/
|
||||
INT num_frames_captured = RtlCaptureStackBackTrace(
|
||||
NULL,
|
||||
STACK_FRAME_POOL_SIZE,
|
||||
STACK_FRAME_POOL_SIZE / sizeof(UINT64),
|
||||
( uintptr_t )nmi_context->stack_frames + proc_num * STACK_FRAME_POOL_SIZE,
|
||||
NULL
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue