summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ast-to-instr/src/VHDLISNode.java')
-rw-r--r--ast-to-instr/src/VHDLISNode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast-to-instr/src/VHDLISNode.java b/ast-to-instr/src/VHDLISNode.java
index 6f70aa8..62fc3da 100644
--- a/ast-to-instr/src/VHDLISNode.java
+++ b/ast-to-instr/src/VHDLISNode.java
@@ -179,7 +179,7 @@ public class VHDLISNode extends VHDLNode
XPathConstants.NODE
);
- handle_expression(local_id, sources);
+ handle_read_expr_predicates(local_id, sources);
}
/***************************************************************************/