Another bug, in attach.c line 108. The line in this function reads:

CALL_DYN_RET(reg, WRegion*, region_do_find_new_home, reg, (reg));

It should be:

CALL_DYN_RET(ret, WRegion*, region_do_find_new_home, reg, (reg));

So that the value returned is actually used.

/Pelle

Reply via email to