x86-64 recompiler now saves/restores correct registers on entry/exit of code block.

This commit is contained in:
SarahW 2016-05-18 20:06:28 +01:00
commit abf975e2af
3 changed files with 17 additions and 8 deletions

View file

@ -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