diff options
| author | Graydon Hoare <[email protected]> | 2010-07-04 00:45:56 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-04 00:45:56 -0700 |
| commit | bd514114cf6a11cf92165abf8a6560e3b76098d4 (patch) | |
| tree | bf841f9d68fd1f161b179a2be64f4499397d5b8c /src | |
| parent | Improve logging in drop paths. (diff) | |
| download | rust-bd514114cf6a11cf92165abf8a6560e3b76098d4.tar.xz rust-bd514114cf6a11cf92165abf8a6560e3b76098d4.zip | |
Fix bug crashing valgrind in obj-recursion.rs.
Diffstat (limited to 'src')
| -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 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; |