Skip to content

Commit 471a7a0

Browse files
author
Daniel Kroening
committed
initialize cond_literal and guard_literal
1 parent e35f6b7 commit 471a7a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/goto-symex/symex_target_equation.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,13 @@ class symex_target_equationt:public symex_targett
223223
type(goto_trace_stept::NONE),
224224
hidden(false),
225225
guard(static_cast<const exprt &>(get_nil_irep())),
226+
guard_literal(const_literal(false)),
226227
ssa_lhs(static_cast<const ssa_exprt &>(get_nil_irep())),
227228
ssa_full_lhs(static_cast<const exprt &>(get_nil_irep())),
228229
original_full_lhs(static_cast<const exprt &>(get_nil_irep())),
229230
ssa_rhs(static_cast<const exprt &>(get_nil_irep())),
230231
cond_expr(static_cast<const exprt &>(get_nil_irep())),
232+
cond_literal(const_literal(false)),
231233
formatted(false),
232234
atomic_section_id(0),
233235
ignore(false)

0 commit comments

Comments
 (0)