Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker.oscog-eem.109.mcz==================== Summary ====================
Name: VMMaker.oscog-eem.109
Author: eem
Time: 21 July 2011, 2:36:03 am
UUID: 15132349-f464-4cfe-8200-20a6d6b201d3
Ancestors: VMMaker.oscog-eem.108
Fix ffiSupportsCallingConvention: which wasn't doing anything
sensible.
Reolace uses of == for object comparison with = since in simulation
oops may be large integers and hence fail for == and succeed for =.