diff options
Diffstat (limited to 'inc/instr.h')
-rw-r--r-- | inc/instr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/instr.h b/inc/instr.h index caceb39..a083699 100644 --- a/inc/instr.h +++ b/inc/instr.h @@ -64,6 +64,7 @@ enum Mnemonic { enum FieldType { SI_INT, R_VECT, + S_VECT, }; namespace instr |