aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-07-04 00:45:56 -0700
committerGraydon Hoare <[email protected]>2010-07-04 00:45:56 -0700
commitbd514114cf6a11cf92165abf8a6560e3b76098d4 (patch)
treebf841f9d68fd1f161b179a2be64f4499397d5b8c /src
parentImprove logging in drop paths. (diff)
downloadrust-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.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;