[squeak-dev] The Trunk: System-eem.1358.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jun 10 23:25:37 UTC 2022


Eliot Miranda uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-eem.1358.mcz

==================== Summary ====================

Name: System-eem.1358
Author: eem
Time: 10 June 2022, 4:25:33.202668 pm
UUID: 618fe5e0-9ed4-4461-8231-d061b4410159
Ancestors: System-ct.1357

Fix a typo in a comment.

=============== Diff against System-ct.1357 ===============

Item was changed:
  ----- Method: NativeImageSegment>>primitiveLoadSegmentFrom:outPointers: (in category 'read/write segment primitives') -----
  primitiveLoadSegmentFrom: segmentWordArray outPointers: outPointerArray
  	"This primitive will install a binary image segment and return as its value the array
  	 of roots of the tree of objects represented.  Upon successful completion, the
+ 	 wordArray will have been becomed into an Array of the loaded objects.  If this
- 	 wordArray will have been becomed into anArray of the loaded objects.  If this
  	 primitive should fail, it will have destroyed the contents of the segment wordArray."
  
  	<primitive: 99 error: ec>	"successful completion returns the array of roots"
+ 	^nil							"failure returns nil"!
- 	^nil								"failure returns nil"!



More information about the Squeak-dev mailing list