Skip to content

Commit

Permalink
(Binary Analysis) Fixed an assertion in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
matzke1 committed Apr 28, 2017
1 parent fbf5c0b commit 30a793a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/midend/binaryAnalyses/BinaryDataFlow.h
Expand Up @@ -315,7 +315,6 @@ class DataFlow {
/** Reset engine to initial state. */
void reset(State initialState = State()) {
ASSERT_this();
ASSERT_require(startVertexId < cfg_.nVertices());
incomingState_.clear();
incomingState_.resize(cfg_.nVertices(), initialState);
outgoingState_.clear();
Expand Down

0 comments on commit 30a793a

Please sign in to comment.