<div class="gmail_quote">On Wed, May 16, 2012 at 5:57 PM, Bert Freudenberg <span dir="ltr">&lt;<a href="mailto:bert@freudenbergs.de" target="_blank">bert@freudenbergs.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Looks like VMMaker nowadays defaults to void? You could either declare the return type of argumentsAddInt16toIter, or change its call to not use the value.</blockquote></div><br>I changed<br>        ifTrue:[^ self argumentsAddByte: arg toIter: iter ]. <br>


to<br>        ifTrue:[self argumentsAddByte: arg toIter: iter. ^self ]. <br><br clear="all"><br>does that make sense? If yes, can I send you the resulting mcz?<br><br>-- <br>Damien Cassou<br><a href="http://damiencassou.seasidehosting.st" target="_blank">http://damiencassou.seasidehosting.st</a><br>


<br>&quot;Lambdas are relegated to relative obscurity until Java makes them popular by not having them.&quot; James Iry<br>