Move BYTE_BITS definition to decode.h, w/ T
This commit is contained in:
parent
74bf3ed910
commit
c07cbd12c9
@ -1,4 +1,6 @@
|
||||
#include "global.h"
|
||||
#include "a64instruction.h"
|
||||
|
||||
#define BYTE_BITS 8
|
||||
|
||||
a64inst_instruction *decode(word w);
|
||||
@ -3,7 +3,6 @@
|
||||
/************************************
|
||||
* DEFINITIONS
|
||||
************************************/
|
||||
#define BYTE_BITS 8
|
||||
|
||||
/************************************
|
||||
* STRUCTS
|
||||
|
||||
Loading…
Reference in New Issue
Block a user