mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
remove dbgpoint
This commit is contained in:
parent
37f176e83e
commit
e393666166
1 changed files with 0 additions and 1 deletions
|
@ -1390,7 +1390,6 @@ ValidateThreadsViaKernelApc()
|
||||||
SetApcAllocationInProgress(context);
|
SetApcAllocationInProgress(context);
|
||||||
EnumerateThreadListWithCallbackRoutine(ValidateThreadViaKernelApcCallback,
|
EnumerateThreadListWithCallbackRoutine(ValidateThreadViaKernelApcCallback,
|
||||||
context);
|
context);
|
||||||
__debugbreak();
|
|
||||||
UnsetApcAllocationInProgress(context);
|
UnsetApcAllocationInProgress(context);
|
||||||
return status;
|
return status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue