summaryrefslogtreecommitdiffstats
path: root/src/uscxml/transform/ChartToVHDL.cpp
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-02-08 21:04:02 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-02-08 21:04:02 (GMT)
commit2e475dc44f5a13db6076c070f4cb6bd65d88861b (patch)
tree8e0aa78bdc4d42789befba3240876b2d9a0b353e /src/uscxml/transform/ChartToVHDL.cpp
parentd1fc20b6708d59f09186dc583a829377691e225a (diff)
downloaduscxml-2e475dc44f5a13db6076c070f4cb6bd65d88861b.zip
uscxml-2e475dc44f5a13db6076c070f4cb6bd65d88861b.tar.gz
uscxml-2e475dc44f5a13db6076c070f4cb6bd65d88861b.tar.bz2
Missing pthread dependency on linux
Diffstat (limited to 'src/uscxml/transform/ChartToVHDL.cpp')
-rw-r--r--src/uscxml/transform/ChartToVHDL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/transform/ChartToVHDL.cpp b/src/uscxml/transform/ChartToVHDL.cpp
index 47ebf1c..be051e9 100644
--- a/src/uscxml/transform/ChartToVHDL.cpp
+++ b/src/uscxml/transform/ChartToVHDL.cpp
@@ -1523,7 +1523,7 @@ void ChartToVHDL::writeOptimalTransitionSetSelection(std::ostream &stream) {
}
}
- LOGD(USCXML_WARN) << ATTR(transition, X("postFixOrder"));
+// LOGD(USCXML_WARN) << ATTR(transition, X("postFixOrder"));
VBranch *tree = (VASSIGN,
VLINE("in_optimal_transition_set_" + ATTR(transition, X("postFixOrder")) + "_sig"),