Skip to content

Commit

Permalink
[HACK]
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkFire01 committed Nov 1, 2024
1 parent 549d3cc commit 3fa13e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ntoskrnl/ke/i386/freeze.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ NTAPI
KxFreezeExecution(
VOID)
{
UNIMPLEMENTED;
// UNIMPLEMENTED;
}

VOID
NTAPI
KxThawExecution(
VOID)
{
UNIMPLEMENTED;
// UNIMPLEMENTED;
}

KCONTINUE_STATUS
NTAPI
KxSwitchKdProcessor(
_In_ ULONG ProcessorIndex)
{
UNIMPLEMENTED;
// UNIMPLEMENTED;
return ContinueError;
}

0 comments on commit 3fa13e7

Please sign in to comment.