x86-64 recompiler now saves/restores correct registers on entry/exit of code block.
This commit is contained in:
parent
4024be8e52
commit
abf975e2af
3 changed files with 17 additions and 8 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
#define HASH(l) ((l) & 0x1ffff)
|
||||
|
||||
#define BLOCK_EXIT_OFFSET 0x7f0
|
||||
#define BLOCK_EXIT_OFFSET 0x7e0
|
||||
#define BLOCK_GPF_OFFSET (BLOCK_EXIT_OFFSET - 20)
|
||||
|
||||
enum
|
||||
|
|
|
|||
Loading…
Reference in a new issue