Initial 64-bit recompiler.

Various 64-bit fixes.
Various fixes to allow building under MinGW-w64.
This commit is contained in:
TomW 2015-07-18 12:11:54 +01:00
commit 08254b8dfb
15 changed files with 1314 additions and 25 deletions

View file

@ -50,7 +50,7 @@ int optype;
#define JMP 1
#define CALL 2
#define IRET 3
#define INT 4
#define OPTYPE_INT 4
uint32_t oxpc;