VM Maker: Cog-eem.403.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.403.mcz

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