Commit in reactos/ntoskrnl/ke/i386 on MAIN | |||
kernel.c | +1 | -1 | 1.46 -> 1.47 |
- Fix a typo.
diff -u -r1.46 -r1.47 --- kernel.c 25 Dec 2004 14:22:57 -0000 1.46 +++ kernel.c 25 Dec 2004 15:33:30 -0000 1.47 @@ -296,7 +296,7 @@
* 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) {