Copy memory descriptor to fix i686 compiler error
This commit is contained in:
parent
0af3a01acf
commit
7c9233c9a2
@ -107,7 +107,8 @@ MmpScanMemoryDescriptors(VOID)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Store original free descriptor */
|
/* Store original free descriptor */
|
||||||
MmOldFreeDescriptor = *MmFreeDescriptor;
|
RtlCopyMemory(&MmOldFreeDescriptor, MmFreeDescriptor, sizeof(LOADER_MEMORY_MAPPING));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Checks whether the specified memory type should be considered as free.
|
/** Checks whether the specified memory type should be considered as free.
|
||||||
|
Loading…
Reference in New Issue
Block a user