Signed-off-by: Tomek Grabiec <[email protected]>
---
 vm/object.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/vm/object.c b/vm/object.c
index e330186..1c5bd76 100644
--- a/vm/object.c
+++ b/vm/object.c
@@ -112,6 +112,8 @@ struct vm_object *vm_object_alloc_multi_array(struct 
vm_class *class,
                }
        }
 
+       res->class = class;
+
        return res;
 }
 
-- 
1.6.0.6


------------------------------------------------------------------------------
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to