On Tue, 2009-08-11 at 01:10 +0200, Tomek Grabiec wrote:
> Signed-off-by: Tomek Grabiec <tgrab...@gmail.com>
> ---
>  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;

Applied, thanks! Both patches broke 'make check' but I fixed that up.

                        Pekka


------------------------------------------------------------------------------
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
Jatovm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jatovm-devel

Reply via email to