aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/boot/me/trans.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/trans.ml b/src/boot/me/trans.ml
index 35d2c1d8..48bf3d90 100644
--- a/src/boot/me/trans.ml
+++ b/src/boot/me/trans.ml
@@ -3026,7 +3026,7 @@ let trans_visitor
* through to the binding's self-copy fptr. For now
* this only works by accident.
*)
- trans_copy_ty ty_params false
+ trans_copy_ty ty_params initializing
dst_binding (Ast.TY_box Ast.TY_int)
src_binding (Ast.TY_box Ast.TY_int)
curr_iso;