[Vm-dev] Compiling DBusPlugin

Damien Cassou damien.cassou at gmail.com
Wed May 16 16:02:46 UTC 2012


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?

-- 
Damien Cassou
http://damiencassou.seasidehosting.st

"Lambdas are relegated to relative obscurity until Java makes them popular
by not having them." James Iry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20120516/20f0500c/attachment.htm


More information about the Vm-dev mailing list