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

commits at source.squeak.org commits at source.squeak.org
Sun Dec 22 17:01:26 UTC 2019


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

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

Name: Cog-eem.383
Author: eem
Time: 22 December 2019, 9:01:25.027117 am
UUID: eb88867d-900a-4194-897c-dcc3768401b6
Ancestors: Cog-eem.382

Poor unloved MIPSSimulator needs the pc in its register state.

=============== Diff against Cog-eem.382 ===============

Item was changed:
  ----- Method: MIPSSimulator>>registerStateGetters (in category 'accessing-abstract') -----
  registerStateGetters
  	^#(zr at v0 v1 a0 a1 a2 a3
  		t0 t1 t2 t3 t4 t5 t6 t7
  		s0 s1 s2 s3 s4 s5 s6 s7
+ 		t8 t9 k0 k1 gp sp fp ra
+ 		pc)!
- 		t8 t9 k0 k1 gp sp fp ra)!



More information about the Vm-dev mailing list