aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/msp430.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/opcode/msp430.h')
-rw-r--r--include/opcode/msp430.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/opcode/msp430.h b/include/opcode/msp430.h
index 910565c..0e73815 100644
--- a/include/opcode/msp430.h
+++ b/include/opcode/msp430.h
@@ -26,7 +26,8 @@ struct msp430_operand_s
int ol; /* Operand length words. */
int am; /* Addr mode. */
int reg; /* Register. */
- int mode; /* Pperand mode. */
+ int mode; /* Operand mode. */
+ int vshift; /* Number of bytes to shift operand down. */
#define OP_REG 0
#define OP_EXP 1
#ifndef DASM_SECTION