Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.2607.mcz==================== Summary ====================
Name: VMMaker.oscog-eem.2607
Author: eem
Time: 11 December 2019, 12:21:52.120098 pm
UUID: 15c00de2-91a9-4e11-8545-be86f29c7d20
Ancestors: VMMaker.oscog-eem.2606
Fix a minor mis-formatting.
=============== Diff against VMMaker.oscog-eem.2606 ===============
Item was changed:
----- Method: CogARMCompiler>>instructionAddressBefore: (in category 'inline cacheing') -----
+ instructionAddressBefore: mcpc
+ "Answer the instruction address immediately preceding mcpc."
- instructionAddressBefore: followingAddress
- "Answer the instruction address immediately preceding followingAddress."
<inline: true>
+ ^mcpc - 4!
- ^followingAddress -4!