Skip to content

Commit

Permalink
[NTOS:EX] Remove an ASSERT in ExpInsertPoolTracker
Browse files Browse the repository at this point in the history
  • Loading branch information
tkreuzer committed Mar 3, 2024
1 parent 5627da4 commit bbbcd8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ntoskrnl/mm/ARM3/expool.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,6 @@ ExpInsertPoolTracker(IN ULONG Key,
// ASSERT on ReactOS features not yet supported
//
ASSERT(!(PoolType & SESSION_POOL_MASK));
ASSERT(KeGetCurrentProcessorNumber() == 0);

//
// Why the double indirection? Because normally this function is also used
Expand Down

0 comments on commit bbbcd8e

Please sign in to comment.