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

commits at source.squeak.org commits at source.squeak.org
Thu Jul 3 13:45:44 UTC 2014


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

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

Name: VMMaker.oscog-eem.800
Author: eem
Time: 3 July 2014, 6:43:14.066 am
UUID: 33fd7d74-ad59-446d-ac56-1e9c2eb4c089
Ancestors: VMMaker.oscog-eem.799

Fix a minor inlining typing bug.

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

Item was changed:
  ----- Method: NewObjectMemory>>printMemField:name:size: (in category 'debug printing') -----
  printMemField: memField name: name size: length
  	<var: #memField type: #usqInt>
  	<var: #name type: #'char *'>
+ 	self print: name; tab; printHexPtr: memField asVoidPointer;
+ 		printChar: $/; printNum: memField;
- 	self print: name; tab; printHexPtr: memField;
- 		printChar: $/; printNum: (self oopForPointer: memField);
  		print: ' sz: '; printHex: length.
  	length ~= 0 ifTrue:
  		[self printChar: $/; printNum: length].
  	self cr!



More information about the Vm-dev mailing list