Initial 64-bit recompiler.
Various 64-bit fixes. Various fixes to allow building under MinGW-w64.
This commit is contained in:
parent
5be9127d64
commit
08254b8dfb
15 changed files with 1314 additions and 25 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue