[Vm-dev] VM Maker: Cog-tpr.325.mcz

commits at source.squeak.org commits at source.squeak.org
Tue May 24 01:00:21 UTC 2016


tim Rowledge uploaded a new version of Cog to project VM Maker:
http://source.squeak.org/VMMaker/Cog-tpr.325.mcz

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

Name: Cog-tpr.325
Author: tpr
Time: 23 May 2016, 6:00:12.059579 pm
UUID: 7e784bae-2df8-483e-9ac1-10dd32ad81ae
Ancestors: Cog-eem.324

Correct the offset for the floating point CPSR

=============== Diff against Cog-eem.324 ===============

Item was changed:
  ----- Method: GdbARMAlien>>fpCPSR (in category 'accessing') -----
  fpCPSR
  "The VFP cpsr flags are kept as a single word in the Alien structure. Return just the top 4 bits, the actual flags"
+ 	^(self unsignedLongAt: 1789) >>28!
- 	^(self unsignedLongAt: 1785) >>28!



More information about the Vm-dev mailing list