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

diff --git a/vm/reflection.c b/vm/reflection.c
index d97fec9..faf27bd 100644
--- a/vm/reflection.c
+++ b/vm/reflection.c
@@ -621,7 +621,7 @@ struct vm_object *native_field_get(struct vm_object *this, 
struct vm_object *o)
                value_p = &o->fields[vmf->offset];
        }
 
-       return wrap((union jvalue *) &value_p, type);
+       return wrap((union jvalue *) value_p, type);
 }
 
 jint native_field_get_modifiers_internal(struct vm_object *this)
-- 
1.6.0.4


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Jatovm-devel mailing list
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to