mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix a typo.
svn path=/trunk/; revision=12329
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user