[Vm-dev] oops to zero

John M McIntosh johnmci at smalltalkconsulting.com
Sat Sep 29 20:25:26 UTC 2007


Oops in

Interpreter>>writeImageFileIO:

you need to change the
self putLong: (self startOfMemory) toFile: f.

to I think
self putLong: 0 toFile: f.


On Sep 29, 2007, at 12:56 PM, Keith Hodges wrote:

> I managed to build a unix version of the vm with this change but it  
> did not work as hoped.
> Starting an image saved with this vm crashes giving a bus error.

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




More information about the Vm-dev mailing list