Fix a compile-breaking issue

This commit is contained in:
nerd73
2020-03-01 20:25:49 -07:00
parent 111d82fa0c
commit 746b5e42ff

View File

@@ -51,13 +51,8 @@ enum
typedef struct typedef struct
{ {
#if defined(DEV_BRANCH) && defined(USE_I686)
uint8_t pm2_cntrl, max_func; uint8_t pm2_cntrl, max_func;
uint8_t regs[2][256], regs_locked[2][256]; uint8_t regs[2][256], regs_locked[2][256];
#else
uint8_t pm2_cntrl;
uint8_t regs[256];
#endif
int type; int type;
} i4x0_t; } i4x0_t;