Dave Lewis uploaded a new version of VMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker-dtl.190.mcz==================== Summary ====================
Name: VMMaker-dtl.190
Author: dtl
Time: 6 October 2010, 8:39:07 am
UUID: 4798e721-0a2b-4dea-b924-7492012a75f1
Ancestors: VMMaker-dtl.189
VMMaker 4.3.4
Fix #normalizeFloatOrderingInImage to work on 64-bit Squeak images. Float data storage in a 64-bit image is the same as for a 32 bit image, with the two 32-bit halves stored in the next two 32-bit words beginning at accessibleObjectAfter: floatOop (in the case of 64-bit memory, the two 32-bit halves occupy one object memory word, while a 32-bit object memory uses two). Therefore use the same logic in #normalizeFloatOrderingInImage for a 64-bit image.