On 06/21/2011 01:12 PM, Rémi Forax wrote: > On 06/21/2011 11:49 AM, Christian Thalinger wrote: >> On Jun 21, 2011, at 11:35 AM, Rémi Forax wrote: >>> Ok, fixed, >>> convertArguments doesn't exist anymore and I forget to remove it from >>> the backport. >> Awesome, thanks. This one looks weird though: > Great, this means that asType() now works :) > The bug is due to this snippet: > function no_return_int():int { } > echo no_return_int() > > because the is no return, the return push a null and then > tries to convert it to an int. > > I should create a special invoker that use explicitCast() > (invokeWithArguments use asType()) or push 0 instead. > > This invoker can be a good example for the cookbook.
Fixed ! Rémi _______________________________________________ mlvm-dev mailing list mlvm-dev@openjdk.java.net http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev