mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
preliminary comment out the self-modifying code for RtlPrefetchMemoryNonTemporal
svn path=/trunk/; revision=19760
This commit is contained in:
parent
ad9750d854
commit
1acce99c61
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ Ki386SetProcessorFeatures(VOID)
|
|||
if(Pcr->PrcbData.FeatureBits & X86_FEATURE_SSE)
|
||||
{
|
||||
/* Replace the ret by a nop */
|
||||
*(PCHAR)RtlPrefetchMemoryNonTemporal = 0x90;
|
||||
/* FIXME - *(PCHAR)RtlPrefetchMemoryNonTemporal = 0x90; */
|
||||
}
|
||||
|
||||
/* Does the CPU Support Fast System Call? */
|
||||
|
|
Loading…
Reference in a new issue