Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.2845.mcz==================== Summary ====================
Name: VMMaker.oscog-eem.2845
Author: eem
Time: 17 October 2020, 3:25:20.147723 pm
UUID: dc495ecd-2d7e-4ad3-82fb-82f2aeacbb24
Ancestors: VMMaker.oscog-eem.2844
And use the converter from integer to object, not the other way around.
=============== Diff against VMMaker.oscog-eem.2844 ===============
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 positiveMachineIntegerFor: self getMostRecentCallbackContext)!
- interpreterProxy methodReturnValue: (self positiveMachineIntegerValueOf: self getMostRecentCallbackContext)!