And more.

This commit is contained in:
OBattler
2022-02-02 02:51:18 +01:00
parent 25e8801ede
commit b3a8d0aaed
4 changed files with 15 additions and 1 deletions

View File

@@ -283,6 +283,8 @@ static void prefetch_flush()
#define CONCURRENCY_CYCLES(c) fpu_cycles = (c)
#else
#define CLOCK_CYCLES(c) cycles -= (c)
#define CLOCK_CYCLES_FPU(c) cycles -= (c)
#define CONCURRENCY_CYCLES(c)
#endif
#define CLOCK_CYCLES_ALWAYS(c) cycles -= (c)