Fixed broken cycle calculation for BSF/BSR on 286+ when using interpreter.
This commit is contained in:
parent
26e46bf61a
commit
8eaec50623
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
#define BS_common(start, end, dir, dest, time) \
|
#define BS_common(start, end, dir, dest, time) \
|
||||||
flags_rebuild(); \
|
flags_rebuild(); \
|
||||||
|
instr_cycles = 0; \
|
||||||
if (temp) \
|
if (temp) \
|
||||||
{ \
|
{ \
|
||||||
int c; \
|
int c; \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue