[Vm-dev] VM Maker: VMMaker.oscog-eem.1316.mcz

commits at source.squeak.org commits at source.squeak.org
Tue May 19 21:12:04 UTC 2015


Eliot Miranda uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-eem.1316.mcz

==================== Summary ====================

Name: VMMaker.oscog-eem.1316
Author: eem
Time: 19 May 2015, 2:09:58.385 pm
UUID: ac16258c-3444-49a0-957a-7b02871f8682
Ancestors: VMMaker.oscog-eem.1315

Fix signature of InterpreterProxy's callbackLeave:

=============== Diff against VMMaker.oscog-eem.1315 ===============

Item was changed:
  ----- Method: InterpreterProxy>>callbackLeave: (in category 'callback support') -----
  callbackLeave: cbID
  	"Leave from a previous callback"
- 	<var: #callbackID type: #'sqInt *'>
  	^self notYetImplementedError!



More information about the Vm-dev mailing list