summaryrefslogtreecommitdiff
path: root/source/compiler/asltree.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-09-30 20:13:30 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-09-30 20:13:30 +0000
commit1e24cf365bc9c8df179b145c90d52852724e54ee (patch)
tree3c0096caacc85baaf08f60f84ad7b7aa0812a740 /source/compiler/asltree.c
parentc25a97c7b4f09b4c9efa992434d341f5b89629ff (diff)
Notes
Diffstat (limited to 'source/compiler/asltree.c')
-rw-r--r--source/compiler/asltree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/compiler/asltree.c b/source/compiler/asltree.c
index c76720a4da99..173886109c1a 100644
--- a/source/compiler/asltree.c
+++ b/source/compiler/asltree.c
@@ -538,6 +538,7 @@ TrCreateAssignmentNode (
case PARSEOP_ADD:
case PARSEOP_AND:
case PARSEOP_DIVIDE:
+ case PARSEOP_INDEX:
case PARSEOP_MOD:
case PARSEOP_MULTIPLY:
case PARSEOP_NOT: