From 5abc483d9a96b20f51df2c19d14d07165ba1f57a Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 28 Jun 2010 18:53:16 -0700 Subject: Move more of the GC logic into the runtime. --- src/boot/llvm/lltrans.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/llvm') diff --git a/src/boot/llvm/lltrans.ml b/src/boot/llvm/lltrans.ml index a3278fcd..7a62bb73 100644 --- a/src/boot/llvm/lltrans.ml +++ b/src/boot/llvm/lltrans.ml @@ -196,7 +196,7 @@ let trans_crate (lltask:Llvm.llvalue) (src:Llvm.llvalue) : unit = - upcall llbuilder lltask "upcall_free" None [| src |] + upcall llbuilder lltask "upcall_free" None [| src; const_i32 0 |] in (* -- cgit v1.2.3