Remove remaining references to 32-bit addresses in x86-64 recompiler.

This commit is contained in:
SarahW 2016-08-28 15:58:30 +01:00
commit 6aef53e854
9 changed files with 509 additions and 237 deletions

View file

@ -155,6 +155,8 @@ struct
int _cycles;
int cpu_recomp_ins;
uint16_t npxs, npxc;
double ST[8];