<div dir="ltr">Hi.<br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 21, 2015 at 6:19 PM,  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Eliot Miranda uploaded a new version of VMMaker to project VM Maker:<br>
<a href="http://source.squeak.org/VMMaker/VMMaker.oscog-eem.1441.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/VMMaker/VMMaker.oscog-eem.1441.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: VMMaker.oscog-eem.1441<br>
Author: eem<br>
Time: 21 August 2015, 6:18:57.387 pm<br>
UUID: c41d605b-7d2e-4ecc-95e1-b295119106a7<br>
Ancestors: VMMaker.oscog-eem.1440<br>
<br>
Modify Spur ImageSegment load to become the segmentWordArray into an Array of the loaded objects if load is successful, hence decoupling ImageSegment from the assumption that objects are allocated in order.<br>
<br>
Fix the (unused) ByteArray&gt;&gt;long64At: extension method to do what it advertises.<br></blockquote><div><br></div><div>thanks, nice and clear and the following works:</div><div><br></div><div><br></div><div>(ByteArray new: 8) long64At: 1 put: 32; long64At: 1  &quot;==&gt; 32&quot;</div><div><br></div><div>-cbc </div></div></div></div>