Signed-off-by: Tomek Grabiec <[email protected]>
---
vm/reflection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vm/reflection.c b/vm/reflection.c
index 66bbc12..bc0dc9c 100644
--- a/vm/reflection.c
+++ b/vm/reflection.c
@@ -281,7 +281,7 @@ static struct vm_object *get_method_parameter_types(struct
vm_method *vmm)
if (!class || exception_occurred())
return NULL;
- array_set_field_ptr(array, i++, class);
+ array_set_field_ptr(array, i++, class->object);
}
return array;
--
1.6.0.6
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Jatovm-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jatovm-devel