Skip to content

Commit c074b45

Browse files
committed
input OTHER step
1 parent 7b1ca6a commit c074b45

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
@@ -1041,6 +1041,10 @@ void path_symext::operator()(
10411041
{
10421042
// ignore for SC
10431043
}
1044+
else if(statement==ID_input)
1045+
{
1046+
// just needs to be recorded
1047+
}
10441048
else
10451049
throw "unexpected OTHER statement: "+id2string(statement);
10461050
}

0 commit comments

Comments
 (0)