[Vm-dev] Compiling DBusPlugin

Bert Freudenberg bert at freudenbergs.de
Wed May 16 16:05:34 UTC 2012


On 16.05.2012, at 18:02, Damien Cassou wrote:

> On Wed, May 16, 2012 at 5:57 PM, Bert Freudenberg <bert at freudenbergs.de> wrote:
> 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.
> 
> I changed
>         ifTrue:[^ self argumentsAddByte: arg toIter: iter ]. 
> to
>         ifTrue:[self argumentsAddByte: arg toIter: iter. ^self ]. 
> 
> 
> does that make sense? If yes, can I send you the resulting mcz?


Sure. Looks reasonable.

- Bert -


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20120516/32a8ee95/attachment.htm


More information about the Vm-dev mailing list