Skip to content

Commit

Permalink
output statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kroening committed Sep 12, 2017
1 parent 8fc714d commit 3896110
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/path-symex/path_symex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,10 @@ void path_symext::operator()(
{
// just needs to be recorded
}
else if(statement==ID_output)
{
// just needs to be recorded
}
else
throw "unexpected OTHER statement: "+id2string(statement);
}
Expand Down

0 comments on commit 3896110

Please sign in to comment.