Reduce codeblock_hash table to uint16_t.
This commit is contained in:
parent
9ff1c7f409
commit
43b5b83644
4 changed files with 10 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue