[Vm-dev] Compiling DBusPlugin

Bert Freudenberg bert at freudenbergs.de
Wed May 16 16:10:11 UTC 2012


On 16.05.2012, at 18:05, Bert Freudenberg wrote:

> 
> 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 -

... and I just gave you commit rights, so feel free to commit directly to the dbus repository.

- Bert -


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


More information about the Vm-dev mailing list