[Vm-dev] VM Maker: VMMaker.oscog-djm.677.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Apr 17 06:19:37 UTC 2014


Douglas McPherson uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-djm.677.mcz

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

Name: VMMaker.oscog-djm.677
Author: djm
Time: 16 April 2014, 11:15:40.052 pm
UUID: d4fdb96f-7984-46b8-9a72-7025d59ae1e0
Ancestors: VMMaker.oscog-djm.676

Remove stragglers.

=============== Diff against VMMaker.oscog-djm.676 ===============

Item was removed:
- ----- Method: ThreadedFFICalloutStateForARM>>regIndex (in category 'accessing') -----
- regIndex
- 	"Answer the value of regIndex"
- 
- 	^ regIndex!

Item was removed:
- ----- Method: ThreadedFFICalloutStateForARM>>regIndex: (in category 'accessing') -----
- regIndex: anObject
- 	"Set the value of regIndex"
- 
- 	^regIndex := anObject!

Item was removed:
- ----- Method: ThreadedFFICalloutStateForPPC>>regIndex (in category 'accessing') -----
- regIndex
- 	"Answer the value of regIndex"
- 
- 	^ regIndex!

Item was removed:
- ----- Method: ThreadedFFICalloutStateForPPC>>regIndex: (in category 'accessing') -----
- regIndex: anObject
- 	"Set the value of regIndex"
- 
- 	^regIndex := anObject!



More information about the Vm-dev mailing list