From a19063a8dc55750e4ae6d6d6acacdd537fbbdb08 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 25 Jul 2017 14:00:06 +0200 Subject: Working on (structural + elements) read/writes. --- ast-to-instr/src/VHDLWNode.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ast-to-instr/src/VHDLWNode.java') diff --git a/ast-to-instr/src/VHDLWNode.java b/ast-to-instr/src/VHDLWNode.java index 66d0c00..84cebb9 100644 --- a/ast-to-instr/src/VHDLWNode.java +++ b/ast-to-instr/src/VHDLWNode.java @@ -168,7 +168,11 @@ public class VHDLWNode extends VHDLNode XPathConstants.NODE ); - handle_expression(local_id, sources); + if (sources != (Node) null) + { + /* Not "others" */ + handle_read_expr_predicates(local_id, sources); + } } /***************************************************************************/ -- cgit v1.2.3-70-g09d2