aboutsummaryrefslogtreecommitdiff
path: root/libyasm/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libyasm/expr.h')
-rw-r--r--libyasm/expr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libyasm/expr.h b/libyasm/expr.h
index 0de62df..e54cfe8 100644
--- a/libyasm/expr.h
+++ b/libyasm/expr.h
@@ -76,7 +76,7 @@ struct yasm_expr {
* terms, as some operations may allow more than two operand terms
* (ADD, MUL, OR, AND, XOR).
*/
- yasm_expr__item terms[2];
+ yasm_expr__item terms[3];
};
/** Create a new expression e=a op b.