[Vm-dev] VM Maker: VMMaker-dtl.327.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Oct 19 19:31:57 UTC 2013


David T. Lewis uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker-dtl.327.mcz

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

Name: VMMaker-dtl.327
Author: dtl
Time: 19 October 2013, 3:00:23.112 pm
UUID: ba3104e6-7926-482f-9ef1-cdf59721acb8
Ancestors: VMMaker-tpr.326

VMMaker 4.12.7
Adopt primitiveQuit from oscog with exit status parameter
Reference http://bugs.squeak.org/view.php?id=7792
The 4.11.7 generated sources will include VMMaker-tpr.326 and VMMaker-tpr.325

=============== Diff against VMMaker-tpr.326 ===============

Item was changed:
  ----- Method: InterpreterPrimitives>>primitiveQuit (in category 'system control primitives') -----
  primitiveQuit
  
+ 	self ioExitWithErrorCode: (argumentCount = 1 ifTrue: [objectMemory integerValueOf: self stackTop] ifFalse: [0])!
- 	self ioExit.
- !

Item was changed:
  ----- Method: VMMaker class>>versionString (in category 'version testing') -----
  versionString
  
  	"VMMaker versionString"
  
+ 	^'4.12.7'!
- 	^'4.12.6'!



More information about the Vm-dev mailing list