Move BYTE_BITS definition to decode.h, w/ T

This commit is contained in:
sBubshait 2024-05-30 15:05:11 +01:00
parent 74bf3ed910
commit c07cbd12c9
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
#include "global.h" #include "global.h"
#include "a64instruction.h" #include "a64instruction.h"
#define BYTE_BITS 8
a64inst_instruction *decode(word w); a64inst_instruction *decode(word w);

View File

@ -3,7 +3,6 @@
/************************************ /************************************
* DEFINITIONS * DEFINITIONS
************************************/ ************************************/
#define BYTE_BITS 8
/************************************ /************************************
* STRUCTS * STRUCTS