diff options
| author | Graydon Hoare <[email protected]> | 2011-03-10 14:15:41 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-10 14:15:41 -0800 |
| commit | ab7b9b847acfd1151543fb6ad99967e71fddd870 (patch) | |
| tree | 419008956d9d8d90f6fdd3640a4ccd7cdba09129 /src/boot | |
| parent | Add failing test for tag-leaking case. (diff) | |
| download | rust-ab7b9b847acfd1151543fb6ad99967e71fddd870.tar.xz rust-ab7b9b847acfd1151543fb6ad99967e71fddd870.zip | |
Fix seemingly un-noticed thinko in structural copying code in rustboot.
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 |