Skip to content

Commit 3896110

Browse files
author
Daniel Kroening
committed
output statements
1 parent 8fc714d commit 3896110

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/path-symex/path_symex.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,10 @@ void path_symext::operator()(
10901090
{
10911091
// just needs to be recorded
10921092
}
1093+
else if(statement==ID_output)
1094+
{
1095+
// just needs to be recorded
1096+
}
10931097
else
10941098
throw "unexpected OTHER statement: "+id2string(statement);
10951099
}

0 commit comments

Comments
 (0)