Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.2844.mcz==================== Summary ====================
Name: VMMaker.oscog-eem.2844
Author: eem
Time: 17 October 2020, 3:03:40.71844 pm
UUID: ac4dc785-a21a-4cb6-8788-0a1df33cde1a
Ancestors: VMMaker.oscog-eem.2843
I'm in the import/export business...
=============== Diff against VMMaker.oscog-eem.2843 ===============
Item was changed:
----- Method: IA32ABIPlugin>>primMostRecentCallbackContext (in category 'primitives-callbacks') -----
primMostRecentCallbackContext
"This is here only for debugging; it is really useful in predicting the behaviour of primReturnAsFromContextThrough."
+ <export: true>
interpreterProxy methodReturnValue: (self positiveMachineIntegerValueOf: self getMostRecentCallbackContext)!