aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/consteval.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/consteval.h')
-rw-r--r--kernel/consteval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/consteval.h b/kernel/consteval.h
index 3a5c5347c..1727d91cf 100644
--- a/kernel/consteval.h
+++ b/kernel/consteval.h
@@ -40,7 +40,7 @@ struct ConstEval
ct.setup_internals();
ct.setup_stdcells();
- for (auto &it : module->cells) {
+ for (auto &it : module->cells_) {
if (!ct.cell_known(it.second->type))
continue;
for (auto &it2 : it.second->connections())