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);
|
||||
EnumerateThreadListWithCallbackRoutine(ValidateThreadViaKernelApcCallback,
|
||||
context);
|
||||
__debugbreak();
|
||||
UnsetApcAllocationInProgress(context);
|
||||
return status;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue