[Vm-dev] VM Maker: Cog-eem.381.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Dec 21 23:10:16 UTC 2019


Eliot Miranda uploaded a new version of Cog to project VM Maker:
http://source.squeak.org/VMMaker/Cog-eem.381.mcz

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

Name: Cog-eem.381
Author: eem
Time: 21 December 2019, 3:10:14.170724 pm
UUID: 7eeda622-eebf-46ea-a8ee-4933eb2f6178
Ancestors: Cog-eem.380

Comment the various registerStatePCIndex methods.

=============== Diff against Cog-eem.380 ===============

Item was changed:
  ----- Method: BochsIA32Alien>>registerStatePCIndex (in category 'accessing-abstract') -----
  registerStatePCIndex
+ 	"Answer the index of the PC register in the Array answered by integerRegisterState"
  	^9!

Item was changed:
  ----- Method: BochsX64Alien>>registerStatePCIndex (in category 'accessing-abstract') -----
  registerStatePCIndex
+ 	"Answer the index of the PC register in the Array answered by integerRegisterState"
  	^17!

Item was changed:
  ----- Method: CogProcessorAlien>>registerStatePCIndex (in category 'accessing-abstract') -----
  registerStatePCIndex
+ 	"Answer the index of the PC register in the Array answered by integerRegisterState"
- 	"Return the index of the PC register among all register, assuming they are copied into a Smalltalk array."
  	^self subclassResponsibility!

Item was changed:
  ----- Method: GdbARMAlien>>registerStatePCIndex (in category 'accessing-abstract') -----
  registerStatePCIndex
+ 	"Answer the index of the PC register in the Array answered by integerRegisterState"
  	^16!



More information about the Vm-dev mailing list