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 3acbd3c..e1001a1 100644
--- a/jit/expression.c
+++ b/jit/expression.c
@@ -551,7 +551,7 @@ struct expression *arraylength_expr(struct expression
*arrayref)
struct expression *instanceof_expr(struct expression *objectref, struct
vm_class *class)
{
- struct expression *expr = alloc_expression(EXPR_INSTANCEOF,
J_REFERENCE);
+ struct expression *expr = alloc_expression(EXPR_INSTANCEOF, J_INT);
if (expr) {
expr->instanceof_class = class;
--
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