- Fix a typo.

svn path=/trunk/; revision=12329
This commit is contained in:
Filip Navara 2004-12-25 15:33:30 +00:00
parent 373381ed59
commit 2aab39efbd

View 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)
{