Reduce codeblock_hash table to uint16_t.

This commit is contained in:
SarahW 2018-11-30 13:18:56 +00:00
commit 43b5b83644
4 changed files with 10 additions and 8 deletions

View file

@ -14,7 +14,7 @@
int has_ea;
codeblock_t *codeblock;
codeblock_t **codeblock_hash;
uint16_t *codeblock_hash;
void (*codegen_timing_start)();
void (*codegen_timing_prefix)(uint8_t prefix, uint32_t fetchdat);