VM Maker: VMMaker.oscog-eem.2098.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: VMMaker.oscog-eem.2098.mcz

commits-2
 
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]!