<div dir="ltr"><div>Oops sorry, this one was un-necessary, I only send this message to the objectMemory, not to the interpreter.<br></div>Could some admin delete this one?<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-04-06 0:29 GMT+02:00  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Nicolas Cellier uploaded a new version of VMMaker to project VM Maker:<br>
<a href="http://source.squeak.org/VMMaker/VMMaker.oscog-nice.1765.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/VMMaker/VMMaker.oscog-nice.1765.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: VMMaker.oscog-nice.1765<br>
Author: nice<br>
Time: 6 April 2016, 12:28:15.115 am<br>
UUID: 7a029a58-3e12-425a-aaa7-13b94d1ddee7<br>
Ancestors: VMMaker.oscog-nice.1764<br>
<br>
Ah, yet another simulator species that need support for byteSwapped32IfBigEndian: (resp. 64)<br>
<br>
=============== Diff against VMMaker.oscog-nice.1764 ===============<br>
<br>
Item was added:<br>
+ ----- Method: StackInterpreterSimulatorLSB&gt;&gt;byteSwapped32IfBigEndian: (in category &#39;memory access&#39;) -----<br>
+ byteSwapped32IfBigEndian: w<br>
+       ^w bitAnd: 16rFFFFFFFF!<br>
<br>
Item was added:<br>
+ ----- Method: StackInterpreterSimulatorLSB&gt;&gt;byteSwapped64IfBigEndian: (in category &#39;memory access&#39;) -----<br>
+ byteSwapped64IfBigEndian: w<br>
+       ^w bitAnd: 16rFFFFFFFFFFFFFFFF!<br>
<br>
</blockquote></div><br></div>