Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
---
 include/vm/object.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/vm/object.h b/include/vm/object.h
index dd0905d..6fcdfa0 100644
--- a/include/vm/object.h
+++ b/include/vm/object.h
@@ -18,7 +18,7 @@ struct vm_object {
 
        pthread_mutex_t mutex;
 
-       unsigned int array_length;
+       int array_length;
        uint8_t fields[];
 };
 
-- 
1.6.0.6


------------------------------------------------------------------------------
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to