1
0
ответвлено от xt-sys/exectos

Copy memory descriptor to fix i686 compiler error

Этот коммит содержится в:
2024-04-07 10:51:14 +02:00
родитель 0af3a01acf
Коммит 7c9233c9a2

Просмотреть файл

@@ -107,7 +107,8 @@ MmpScanMemoryDescriptors(VOID)
}
/* Store original free descriptor */
MmOldFreeDescriptor = *MmFreeDescriptor;
RtlCopyMemory(&MmOldFreeDescriptor, MmFreeDescriptor, sizeof(LOADER_MEMORY_MAPPING));
}
/** Checks whether the specified memory type should be considered as free.