'From Squeak3.8gamma of ''24 November 2004'' [latest update: #6548] on 5 August 2005 at 7:13:24 am'! "Change Set: WordSizeVMParameterFix-dtl Date: 5 August 2005 Author: David T. Lewis This is an update to VMM38b4-64bit-image1-ikp.1.cs. The image wordSize VM parameter has changed from parameter number 27 to 40 in the VM. This brings the image back in sync with the VM. "! !SystemDictionary methodsFor: 'sources, change log' stamp: 'dtl 8/5/2005 06:43'! wordSize "Answer the size (in bytes) of an object pointer." "Smalltalk wordSize" ^[SmalltalkImage current vmParameterAt: 40] on: Error do: [4]! !