commit | a09f33be653fb112586be126f3d5ab848aaed095 | [log] [tgz] |
---|---|---|
author | Andrew Burgess <aburgess@redhat.com> | Mon Oct 24 16:55:07 2022 +0100 |
committer | Andrew Burgess <aburgess@redhat.com> | Thu Oct 27 16:52:07 2022 +0100 |
tree | 216896ce061041669dd1bd5b600bbf2ea0bcd6a5 | |
parent | 48ca5676924d2609f1b9ea1990719c9eb41e88a2 [diff] |
sim/cgen: initialize variable at creation in engine_run_n Zero initialize engine_fns entirely at creation, then override those fields we intend to use, rather than zero just initializing the unused fields later on. There should be no user visible changes after this commit.