Make everything compile correctly

Everything should compile fine now.
This commit is contained in:
nerd73
2020-03-23 13:05:44 -06:00
parent d555614739
commit 169bd9bdab
3 changed files with 2 additions and 8 deletions

View File

@@ -215,9 +215,7 @@ typedef union {
int16_t sw[4];
uint8_t b[8];
int8_t sb[8];
#ifdef USE_NEW_DYNAREC
float f[2];
#endif
} MMX_REG;
typedef struct {