SnapShotImageMemory.st
changeset 1550 6ca23298d888
parent 1486 d549a69ec127
child 1551 6d0cb201dc8a
equal deleted inserted replaced
1549:345226e6e7d2 1550:6ca23298d888
   665             oldLitRefs := stream nextUnsignedLongMSB:msb.  
   665             oldLitRefs := stream nextUnsignedLongMSB:msb.  
   666             nLitRefs := stream nextUnsignedLongMSB:msb.
   666             nLitRefs := stream nextUnsignedLongMSB:msb.
   667             nLitRefs timesRepeat:[ stream nextUnsignedLongMSB:msb ].
   667             nLitRefs timesRepeat:[ stream nextUnsignedLongMSB:msb ].
   668             stream nextUnsignedLongMSB:msb. "/ 0-litRef
   668             stream nextUnsignedLongMSB:msb. "/ 0-litRef
   669             oldConstTable := stream nextUnsignedLongMSB:msb.  
   669             oldConstTable := stream nextUnsignedLongMSB:msb.  
   670             nConsts := stream nextUnsignedLongMSB:msb.
   670             nConsts := stream nextLongMSB:msb.
   671             nConsts timesRepeat:[ stream nextUnsignedLongMSB:msb ].
   671             nConsts > 0 ifTrue:[
   672 
   672                 nConsts timesRepeat:[ stream nextUnsignedLongMSB:msb ].
       
   673             ]
   673             "/ Transcript showCR:className.
   674             "/ Transcript showCR:className.
   674         ].
   675         ].
   675 !
   676 !
   676 
   677 
   677 readSymbolEntries
   678 readSymbolEntries