We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4822663 commit 0964b76Copy full SHA for 0964b76
src/solvers/smt2/smt2_conv.cpp
@@ -763,7 +763,7 @@ void smt2_convt::convert_byte_update(const byte_update_exprt &expr)
763
764
mp_integer i;
765
if(to_integer(expr.op1(), i))
766
- INVALIDEXPR("byte_extract takes constant as second parameter");
+ INVALIDEXPR("byte_update takes constant as second parameter");
767
768
std::size_t total_width=boolbv_width(expr.op().type());
769
std::size_t value_width=boolbv_width(expr.value().type());
0 commit comments