mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[NTOS:MM] Fix compilation when PFN tracing is enabled
This commit is contained in:
@@ -613,7 +613,6 @@ MmAllocPage(ULONG Type)
|
||||
#if MI_TRACE_PFNS
|
||||
switch(Type)
|
||||
{
|
||||
case MC_CACHE:
|
||||
case MC_SYSTEM:
|
||||
MI_SET_USAGE(MI_USAGE_CACHE);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user