VM Maker: Cog-eem.381.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: Cog-eem.381.mcz

commits-2
 
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!