mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Fix a typo.
svn path=/trunk/; revision=12329
This commit is contained in:
parent
373381ed59
commit
2aab39efbd
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ KeInit1(PCHAR CommandLine, PULONG LastKernelAddress)
|
||||||
* Make the detection of the noexecute feature more portable.
|
* Make the detection of the noexecute feature more portable.
|
||||||
*/
|
*/
|
||||||
if(KPCR->PrcbData.CpuType == 0xf &&
|
if(KPCR->PrcbData.CpuType == 0xf &&
|
||||||
RtlCompareMemory("AuthenticAMD", KPCR->PrcbData.VendorString, 8) == 8)
|
RtlCompareMemory("AuthenticAMD", KPCR->PrcbData.VendorString, 12) == 12)
|
||||||
{
|
{
|
||||||
if (NoExecute)
|
if (NoExecute)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue