diff options
Diffstat (limited to 'src/boot')
| -rw-r--r-- | src/boot/me/trans.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/trans.ml b/src/boot/me/trans.ml index bbf49e83..d6b470f9 100644 --- a/src/boot/me/trans.ml +++ b/src/boot/me/trans.ml @@ -3914,7 +3914,7 @@ let trans_visitor then iter_ty_parts_full ty_params dst src ty (fun dst src ty -> - trans_copy_ty ty_params true + trans_copy_ty ty_params initializing dst ty src ty) else let initflag = Il.Reg (force_to_reg one) in |