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

commits at source.squeak.org commits at source.squeak.org
Thu Mar 19 02:50:08 UTC 2020


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

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

Name: Cog-eem.403
Author: eem
Time: 18 March 2020, 7:50:06.183956 pm
UUID: c4cc1b44-d173-48eb-949c-bcc3155191d4
Ancestors: Cog-eem.402

Add abstract accessors for the link register on processors that have it.

=============== Diff against Cog-eem.402 ===============

Item was added:
+ ----- Method: MIPSSimulator>>lr (in category 'accessing-abstract') -----
+ lr
+ 	^self ra!

Item was added:
+ ----- Method: MIPSSimulator>>lr: (in category 'accessing-abstract') -----
+ lr: address
+ 	self ra: address!



More information about the Vm-dev mailing list