- Fix a typo.
authorFilip Navara <filip.navara@gmail.com>
Sat, 25 Dec 2004 15:33:30 +0000 (15:33 +0000)
committerFilip Navara <filip.navara@gmail.com>
Sat, 25 Dec 2004 15:33:30 +0000 (15:33 +0000)
svn path=/trunk/; revision=12329

reactos/ntoskrnl/ke/i386/kernel.c

index 75f3a2e..fc0eba1 100644 (file)
@@ -296,7 +296,7 @@ KeInit1(PCHAR CommandLine, PULONG LastKernelAddress)
     *   Make the detection of the noexecute feature more portable.
     */
    if(KPCR->PrcbData.CpuType == 0xf &&
-      RtlCompareMemory("AuthenticAMD", KPCR->PrcbData.VendorString, 8) == 8)
+      RtlCompareMemory("AuthenticAMD", KPCR->PrcbData.VendorString, 12) == 12)
    {
       if (NoExecute)
       {