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

commits at source.squeak.org commits at source.squeak.org
Tue Jan 17 17:29:38 UTC 2017


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

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

Name: VMMaker.oscog-eem.2098
Author: eem
Time: 17 January 2017, 9:28:51.676752 am
UUID: f8c1809c-0ec2-4dfc-9301-d708b0c1e6ea
Ancestors: VMMaker.oscog-rsf.2097, VMMaker.oscogSPP-eem.2091

Fix slip in maybeHaltIfDebugPC

=============== Diff against VMMaker.oscog-rsf.2097 ===============

Item was changed:
  ----- Method: Cogit>>maybeHaltIfDebugPC (in category 'compile abstract instructions') -----
  maybeHaltIfDebugPC 
+ 	<cmacro: '() 0'> "Simulation only; void in C"
- 	<cmacro: '0'> "Simulation only; void in C"
  	(debugBytecodePointers includes: bytecodePC) ifTrue:
  		[self halt]!



More information about the Vm-dev mailing list