[Vm-dev] other 64bit changes, header files, and smalltalk

John M McIntosh johnmci at smalltalkconsulting.com
Tue Jan 12 07:07:46 UTC 2010


Attached is a zip file of the header changes to common I've made in the last three months, 
plus some fixes for VMMaker. 

If people could poke at them and discuss, that would be helpful. 

My other notes say: 
REPlugin is broken
Squeak3D is broken
RePlugin is broken

sqInt readImageFromFileHeapSizeStartingAt(sqImageFile  f, sqInt desiredHeapSize, squeakFileOffsetType  imageOffset);
should be
sqInt readImageFromFileHeapSizeStartingAt(sqImageFile  f, usqInt desiredHeapSize, squeakFileOffsetType  imageOffset);

EXPORT(sqInt) dumpImage(sqInt fileName);
should be
EXPORT(sqInt) dumpImage(char * fileName);

--
===========================================================================
John M. McIntosh <johnmci at smalltalkconsulting.com>   Twitter:  squeaker68882
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
===========================================================================



-------------- next part --------------
A non-text attachment was scrubbed...
Name: changesToVMDEVFOLKS.zip
Type: application/zip
Size: 190854 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20100111/01a4bbd1/changesToVMDEVFOLKS-0001.zip


More information about the Vm-dev mailing list