Fix x86-64 recompiler regression with use of 64-bit addresses
This commit is contained in:
parent
47c6e6e820
commit
47ce7bda99
2 changed files with 141 additions and 44 deletions
|
|
@ -10,7 +10,7 @@
|
|||
#define BLOCK_EXIT_OFFSET 0x7e0
|
||||
#define BLOCK_GPF_OFFSET (BLOCK_EXIT_OFFSET - 20)
|
||||
|
||||
#define BLOCK_MAX 1650
|
||||
#define BLOCK_MAX 1620
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue