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 52e46c3 commit 64c0c7dCopy full SHA for 64c0c7d
src/goto-symex/field_sensitivity.cpp
@@ -179,7 +179,8 @@ exprt field_sensitivityt::get_fields(
179
ssa_expr.type().id() == ID_array &&
180
to_array_type(ssa_expr.type()).size().id() == ID_constant &&
181
numeric_cast_v<mp_integer>(to_constant_expr(
182
- to_array_type(ssa_expr.type()).size())) <= max_field_sensitive_array_size)
+ to_array_type(ssa_expr.type()).size()))
183
+ <= max_field_sensitive_array_size)
184
{
185
const array_typet &type = to_array_type(ssa_expr.type());
186
const std::size_t array_size =
0 commit comments