[FAST486]

Fix compilation when FAST486_NO_PREFETCH is set.


svn path=/trunk/; revision=67341
This commit is contained in:
Aleksandar Andrejevic 2015-04-22 03:11:03 +00:00
parent 25840ba03f
commit 3ced4390c5

View file

@ -340,7 +340,10 @@ Fast486Rewind(PFAST486_STATE State)
/* 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 */