Move dynarec code memory out of codeblock structure.

This commit is contained in:
SarahW 2018-11-28 18:43:40 +00:00
commit d63176e472
8 changed files with 51 additions and 26 deletions

View file

@ -10,7 +10,7 @@
#define HASH(l) ((l) & 0x1ffff)
/*Hack until better memory management written*/
#define BLOCK_EXIT_OFFSET 0xffe0
#define BLOCK_EXIT_OFFSET (BLOCK_DATA_SIZE - 32)
/*#define BLOCK_EXIT_OFFSET 0x7f0*/
#define BLOCK_GPF_OFFSET (BLOCK_EXIT_OFFSET - 20)