Skip to content

Commit

Permalink
Add implementation to shadow_memoryt::symex_field_dynamic_init
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Steffinlongo committed Aug 2, 2023
1 parent 1ae9e42 commit 5dd8480
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/goto-symex/shadow_memory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,11 @@ void shadow_memoryt::symex_field_dynamic_init(
const exprt &expr,
const side_effect_exprt &code)
{
// To be implemented
log.debug() << "Shadow memory: dynamic memory of type "
<< from_type(ns, "", expr.type()) << messaget::eom;

initialize_shadow_memory(
state, expr, state.shadow_memory.fields.global_fields);
}

shadow_memory_field_definitionst shadow_memoryt::gather_field_declarations(
Expand Down

0 comments on commit 5dd8480

Please sign in to comment.