Fixed broken cycle calculation for BSF/BSR on 286+ when using interpreter.

This commit is contained in:
SarahW 2017-04-09 14:51:00 +01:00
commit 8eaec50623

View file

@ -1,5 +1,6 @@
#define BS_common(start, end, dir, dest, time) \
flags_rebuild(); \
instr_cycles = 0; \
if (temp) \
{ \
int c; \