Signed-off-by: Tomek Grabiec <[email protected]>
---
jit/expression.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/jit/expression.c b/jit/expression.c
index ff80c1f..be1de1b 100644
--- a/jit/expression.c
+++ b/jit/expression.c
@@ -126,6 +126,7 @@ int expr_is_pure(struct expression *expr)
have side-effects. */
case EXPR_INVOKE:
case EXPR_INVOKEVIRTUAL:
+ case EXPR_INVOKEINTERFACE:
case EXPR_FINVOKE:
case EXPR_FINVOKEVIRTUAL:
case EXPR_NEWARRAY:
@@ -161,7 +162,7 @@ int expr_is_pure(struct expression *expr)
return true;
default:
- assert(!"Invalid expression type");
+ error("Invalid expression type: %d", expr_type(expr));
}
}
--
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