[NTOSKRNL/PPC]

Fix the fix, spotted by "ThFabba" on IRC

svn path=/trunk/; revision=50612
This commit is contained in:
Pierre Schweitzer 2011-02-06 13:50:57 +00:00
parent 0b40557c13
commit 395793a7f2

View file

@ -44,7 +44,7 @@ NTAPI
CPUID(IN ULONG CpuInfo[4],
IN ULONG InfoType)
{
RtlZeroMemory(CpuInfo, sizeof(CpuInfo) * sizeof(ULONG));
RtlZeroMemory(CpuInfo, 4 * sizeof(ULONG));
}
VOID