mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
preliminary comment out the self-modifying code for RtlPrefetchMemoryNonTemporal
svn path=/trunk/; revision=19760
This commit is contained in:
@@ -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? */
|
||||
|
||||
Reference in New Issue
Block a user