diff options
Diffstat (limited to 'inc/instr.h')
-rw-r--r-- | inc/instr.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/inc/instr.h b/inc/instr.h index d17613d..2b1807a 100644 --- a/inc/instr.h +++ b/inc/instr.h @@ -1,7 +1,6 @@ #ifndef INSTR_H #define INSTR_H #include <functional> -#include <iostream> #include <unordered_map> enum Mnemonic { @@ -45,12 +44,7 @@ enum Mnemonic { NOP, }; -enum Type { - R, - I, - J, - INV -}; +enum Type { R, I, J, INV }; namespace instr { |