From bd514114cf6a11cf92165abf8a6560e3b76098d4 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Sun, 4 Jul 2010 00:45:56 -0700 Subject: [PATCH] Fix bug crashing valgrind in obj-recursion.rs. --- src/boot/me/trans.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/me/trans.ml b/src/boot/me/trans.ml index 35d2c1d8dac..48bf3d900c2 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;