From de611a309006f0976bc9a579eb1087e7a89f79a7 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Tue, 7 Sep 2010 18:39:07 -0700 Subject: Lots of design changes around proxies and message passing. Made it so that domains can only talk to other domains via handles, and with the help of the rust_kernel. --- src/boot/be/abi.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot') diff --git a/src/boot/be/abi.ml b/src/boot/be/abi.ml index b58f9125..43043e11 100644 --- a/src/boot/be/abi.ml +++ b/src/boot/be/abi.ml @@ -20,7 +20,7 @@ let task_field_gc_alloc_chain = task_field_rust_sp + 1;; let task_field_dom = task_field_gc_alloc_chain + 1;; let n_visible_task_fields = task_field_dom + 1;; -let dom_field_interrupt_flag = 0;; +let dom_field_interrupt_flag = 1;; let frame_glue_fns_field_mark = 0;; let frame_glue_fns_field_drop = 1;; -- cgit v1.2.3