Signed-off-by: Tomek Grabiec <[email protected]>
---
jit/expression.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/jit/expression.c b/jit/expression.c
index 428b94a..3acbd3c 100644
--- a/jit/expression.c
+++ b/jit/expression.c
@@ -542,7 +542,7 @@ struct expression *multianewarray_expr(struct vm_class
*class)
struct expression *arraylength_expr(struct expression *arrayref)
{
- struct expression *expr = alloc_expression(EXPR_ARRAYLENGTH,
J_REFERENCE);
+ struct expression *expr = alloc_expression(EXPR_ARRAYLENGTH, J_INT);
if (expr)
expr->arraylength_ref = &arrayref->node;
--
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