[Vm-dev] VM Maker: VMMaker.oscog-cb.1895.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Jul 1 08:19:02 UTC 2016


ClementBera uploaded a new version of VMMaker to project VM Maker:
http://source.squeak.org/VMMaker/VMMaker.oscog-cb.1895.mcz

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

Name: VMMaker.oscog-cb.1895
Author: cb
Time: 1 July 2016, 10:17:42.807326 am
UUID: 886cccd3-a34a-41c7-ae1d-8b5056f37db7
Ancestors: VMMaker.oscog-cb.1894

Added #intAt: in simulated memory manager to be able to correctly simulate #primitiveIntegerAt

=============== Diff against VMMaker.oscog-cb.1894 ===============

Item was added:
+ ----- Method: Spur32BitMMLECoSimulator>>intAt: (in category 'memory access') -----
+ intAt: byteAddress 
+ 	^self longAt: byteAddress!

Item was added:
+ ----- Method: Spur32BitMMLESimulator>>intAt: (in category 'memory access') -----
+ intAt: byteAddress 
+ 	^self longAt: byteAddress !



More information about the Vm-dev mailing list