Skip to content

Commit e1e96d3

Browse files
author
Daniel Kroening
committed
avoid access to exprt::op1
1 parent 0d35edf commit e1e96d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-symex/symex_assign.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ void goto_symext::symex_assign_struct_member(
417417
// a'==a WITH [c:=e]
418418

419419
with_exprt new_rhs(lhs_struct, exprt(ID_member_name), rhs);
420-
new_rhs.op1().set(ID_component_name, component_name);
420+
new_rhs.where().set(ID_component_name, component_name);
421421

422422
exprt new_full_lhs=add_to_lhs(full_lhs, lhs);
423423

0 commit comments

Comments
 (0)