| summaryrefslogtreecommitdiff | 
diff options
Diffstat (limited to 'ast-to-instr/src/VHDLCSNode.java')
| -rw-r--r-- | ast-to-instr/src/VHDLCSNode.java | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ast-to-instr/src/VHDLCSNode.java b/ast-to-instr/src/VHDLCSNode.java index 7989c67..3e991f0 100644 --- a/ast-to-instr/src/VHDLCSNode.java +++ b/ast-to-instr/src/VHDLCSNode.java @@ -181,7 +181,7 @@ public class VHDLCSNode extends VHDLNode              XPathConstants.NODE           ); -      handle_expression(local_id, sources); +      handle_read_expr_predicates(local_id, sources);     }     /***************************************************************************/ | 


