Eliot and I spent 30 minutes chatting about what is wrong. The conclusion is we 
*think* we are doing the right thing, 
yet the Virtual Machine says the image is busted.   So a quick fix is not 
apparent, and we'll dig more. 

On 2009-12-05, at 11:42 PM, John M McIntosh wrote:

> 
> On 2009-12-05, at 9:46 PM, Laval Jannik wrote:
> 
>>> I added 
>>> object class = BlockClosure ifTrue: 
>>>             [(object instVarAt: 3) ifNotNil:
>>>                     ["May need to adjust PC and startPC if changing 
>>> wordSize..."
>>>                     results at: 2 put: (block value: (object instVarAt: 
>>> 2)+(self pcDeltaForMethod: object method) value: 2)]].
> 
> 
> Oops should be
> 
> object class = BlockClosure ifTrue: 
>               ["May need to adjust PC and startPC if changing wordSize..."
>               results at: 2 put: (block value: (object instVarAt: 2)+(self 
> pcDeltaForMethod: object method) value: 2)].
> 
> Post your current change set so we can see
>       
> However that just gives me, which is where I was earlier. 
> 
> 
> <PastedGraphic-2.tiff>

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





_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to