Fixed two recompiler bugs pointed out by mooch;

Fixed corruption on 86F recompression;
Fixed CRC64 calculation on 86F writeback.
This commit is contained in:
OBattler
2016-11-03 00:57:01 +01:00
parent e280faa2d6
commit 59308f6658
3 changed files with 7 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ enum
#define NR_HOST_REGS 4
extern int host_reg_mapping[NR_HOST_REGS];
#define NR_HOST_XMM_REGS 7
#define NR_HOST_XMM_REGS 8
extern int host_reg_xmm_mapping[NR_HOST_XMM_REGS];
extern uint32_t mem_load_addr_ea_b;