Eliot Miranda uploaded a new version of Cog to project VM Maker:
http://source.squeak.org/VMMaker/Cog-eem.394.mcz==================== Summary ====================
Name: Cog-eem.394
Author: eem
Time: 1 February 2020, 3:40:14.359775 pm
UUID: 13978709-50ae-4e92-a279-9a08ec71f6b9
Ancestors: Cog-eem.393
Make ProcessorSimulationTrap resumable to make implementong simulateLeafCallOf: easier.
Provide reportStackAlignmentVolation.
=============== Diff against Cog-eem.393 ===============
Item was added:
+ ----- Method: CogProcessorAlien>>reportStackAlignmentVolation (in category 'error handling') -----
+ reportStackAlignmentVolation
+ self error: 'Error sp misaligned ', self sp hex, ' low bits ', (self sp bitAnd: 15) binary!
Item was added:
+ ----- Method: ProcessorSimulationTrap>>isResumable (in category 'testing') -----
+ isResumable
+ ^true!