From 05f34b088668b9b087c77363c2c359bcb40ae2ed Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 20 Jul 2010 15:17:08 -0700 Subject: Adjust llasm, llabi to be aware of changes to rust_task structure. Still not working fully. --- src/boot/llvm/llabi.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'src/boot/llvm/llabi.ml') diff --git a/src/boot/llvm/llabi.ml b/src/boot/llvm/llabi.ml index 09340c53..08966efc 100644 --- a/src/boot/llvm/llabi.ml +++ b/src/boot/llvm/llabi.ml @@ -43,6 +43,7 @@ let declare_abi (llctx:Llvm.llcontext) (llmod:Llvm.llmodule) : abi = (* TODO: other architectures besides x86 *) Llvm.struct_type llctx [| i32; (* size_t refcnt *) + Llvm.pointer_type i32; (* rust_task *_delegate *) Llvm.pointer_type i32; (* stk_seg *stk *) Llvm.pointer_type i32; (* uintptr_t runtime_sp *) Llvm.pointer_type i32; (* uintptr_t rust_sp *) -- cgit v1.2.3