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
|
|
@ -65,7 +65,7 @@ uint8_t *codeblock_data;
|
|||
|
||||
extern codeblock_t *codeblock;
|
||||
|
||||
extern codeblock_t **codeblock_hash;
|
||||
extern uint16_t *codeblock_hash;
|
||||
|
||||
/*Code block uses FPU*/
|
||||
#define CODEBLOCK_HAS_FPU 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue