trying to fix #808

This commit is contained in:
Thomas Jentzsch 2021-07-11 08:47:45 +02:00
parent c8463ae54b
commit 7ade95c03b
1 changed files with 9 additions and 0 deletions

View File

@ -105,9 +105,18 @@ using Common::Base;
#define INC_N_CYCLES(addr, accessType)
#define INC_I_CYCLES
#define INC_I_CYCLES_M(m)
#define INC_SHIFT_CYCLES
#define INC_LDR_CYCLES
#define INC_LDRB_CYCLES
#define INC_STR_CYCLES
#define INC_STRB_CYCLES
#define FETCH_TYPE(cycleType, accessType)
#define FETCH_TYPE_N
// ARM cycles
#define INC_ARM_CYCLES(m)
#endif