Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.2924.mcz==================== Summary ====================
Name: VMMaker.oscog-eem.2924
Author: eem
Time: 5 January 2021, 3:27:15.634114 pm
UUID: 2e0ffedf-ac42-4dd1-9c66-e74498b366cc
Ancestors: VMMaker.oscog-eem.2923
OIbserve stricter type compatibility now that sqVirtualMachine.h's definitions are visible to internal plugins.
=============== Diff against VMMaker.oscog-eem.2923 ===============
Item was changed:
----- Method: InterpreterProxy>>fullGC (in category 'other') -----
fullGC
+ <returnTypeC: #void>
- <returnTypeC: #sqInt>
Smalltalk garbageCollect!
Item was changed:
----- Method: InterpreterProxy>>ioLoadSymbol:OfLength:FromModule: (in category 'FFI support') -----
ioLoadSymbol: functionNameIndex OfLength: functionLength FromModule: moduleHandle
<returnTypeC: #'void *'>
+ <var: 'moduleHandle' type: #'void *'>
"Dummy - provided by support code"
^0!