mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[NTOSKRNL/PPC]
Fix the fix, spotted by "ThFabba" on IRC svn path=/trunk/; revision=50612
This commit is contained in:
parent
0b40557c13
commit
395793a7f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue