<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 16.05.2012, at 18:02, Damien Cassou wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><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&nbsp;of argumentsAddInt16toIter, or change its call to not use the value.</blockquote></div><br>I changed<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ifTrue:[^ self argumentsAddByte: arg toIter: iter ]. <br>


to<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 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></blockquote></div><div><br></div><div>Sure. Looks reasonable.</div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Lucida Grande; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><div style="font-family: Helvetica; "><span class="Apple-style-span" style="font-family: Helvetica; ">- Bert -</span></div><br class="Apple-interchange-newline"></span>
</div>
<br></body></html>