aboutsummaryrefslogtreecommitdiff
path: root/ci-tests
diff options
context:
space:
mode:
Diffstat (limited to 'ci-tests')
-rw-r--r--ci-tests/testlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci-tests/testlib.c b/ci-tests/testlib.c
index 559a1f8..fff27f4 100644
--- a/ci-tests/testlib.c
+++ b/ci-tests/testlib.c
@@ -43,7 +43,7 @@ int main()
.support_impebreak = true
};
std::vector<std::pair<reg_t, abstract_mem_t*>> mems =
- make_mems(cfg.mem_layout());
+ make_mems(cfg.mem_layout);
sim_t sim(&cfg, false,
mems,
plugin_devices,