remove dbgpoint

This commit is contained in:
donnaskiez 2024-05-05 22:01:36 +10:00
parent 37f176e83e
commit e393666166

View file

@ -1390,7 +1390,6 @@ ValidateThreadsViaKernelApc()
SetApcAllocationInProgress(context); SetApcAllocationInProgress(context);
EnumerateThreadListWithCallbackRoutine(ValidateThreadViaKernelApcCallback, EnumerateThreadListWithCallbackRoutine(ValidateThreadViaKernelApcCallback,
context); context);
__debugbreak();
UnsetApcAllocationInProgress(context); UnsetApcAllocationInProgress(context);
return status; return status;
} }