diff options
Diffstat (limited to 'kernel/modops.ml')
| -rw-r--r-- | kernel/modops.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/modops.ml b/kernel/modops.ml index 7b4c3095d8..b20e7259d5 100644 --- a/kernel/modops.ml +++ b/kernel/modops.ml @@ -257,7 +257,7 @@ let strengthen_const env mp l cb = const_body = const_subs; const_opaque = false; const_body_code = Cemitcodes.from_val - (Cbytegen.compile_constant_body env const_subs false false) + (compile_constant_body env const_subs false false) } let strengthen_mind env mp l mib = match mib.mind_equiv with |
