Author: aandrejevic Date: Wed Apr 22 03:11:03 2015 New Revision: 67341
URL: http://svn.reactos.org/svn/reactos?rev=67341&view=rev Log: [FAST486] Fix compilation when FAST486_NO_PREFETCH is set.
Modified: trunk/reactos/lib/fast486/fast486.c
Modified: trunk/reactos/lib/fast486/fast486.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/fast486/fast486.c?rev=6... ============================================================================== --- trunk/reactos/lib/fast486/fast486.c [iso-8859-1] (original) +++ trunk/reactos/lib/fast486/fast486.c [iso-8859-1] Wed Apr 22 03:11:03 2015 @@ -340,7 +340,10 @@ /* This function is used when an instruction has been interrupted remotely */ State->PrefixFlags = 0; State->InstPtr.Long = State->SavedInstPtr.Long; + +#ifndef FAST486_NO_PREFETCH State->PrefetchValid = FALSE; +#endif }
/* EOF */