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

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