summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-07-22 21:05:57 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2017-07-22 21:05:57 +0200
commit2b3f20d89c7d500842869d3316bee9c7457ba6d4 (patch)
treeb0429993666b252748e4c22bc230a5beaea1c3c6 /ast-to-instr/src/VHDLCSNode.java
parentd05bd3592050a9496dd87bcd8a49f8fdc8b6b58d (diff)
Adds the "is_terminal" predicate.
Diffstat (limited to 'ast-to-instr/src/VHDLCSNode.java')
-rw-r--r--ast-to-instr/src/VHDLCSNode.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast-to-instr/src/VHDLCSNode.java b/ast-to-instr/src/VHDLCSNode.java
index 4ba6631..ebc1b52 100644
--- a/ast-to-instr/src/VHDLCSNode.java
+++ b/ast-to-instr/src/VHDLCSNode.java
@@ -268,7 +268,7 @@ public class VHDLCSNode extends VHDLNode
Predicates.add_entry
(
output,
- "is_final",
+ "is_terminal",
local_id
);
}