<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Dave --<div><br></div><div>Done. Well, it is a manual process to revert those unnecessary changes in the generated sources. Maybe this is related to some state in an VMMaker image. Maybe it is a bug in the code generator. I don't know.</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class='history_container' type='cite' style='border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 01.06.2022 19:46:41 schrieb David T. Lewis <lewis@mail.msen.com>:</p><div style='font-family:Arial,Helvetica,sans-serif'> <br>I moved this from VMMaker inbox to the main VMMaker repository.<br><br>I did not commit generated code because my generated code has unexplained<br>differences versus the files in github, so I need help from someone with a<br>known good VMMaker image.<br><br>Dave<br><br>On Mon, May 30, 2022 at 02:43:49PM -0400, David T. Lewis wrote:<br>>  <br>> Proposed fix for https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/638<br>> <br>> <br>> On Mon, May 30, 2022 at 06:36:36PM +0000, commits@source.squeak.org wrote:<br>> >  <br>> > David T. Lewis uploaded a new version of VMMaker to project VM Maker Inbox:<br>> > http://source.squeak.org/VMMakerInbox/VMMaker.oscog-dtl.3185.mcz<br>> > <br>> > ==================== Summary ====================<br>> > <br>> > Name: VMMaker.oscog-dtl.3185<br>> > Author: dtl<br>> > Time: 30 May 2022, 2:36:26.668082 pm<br>> > UUID: 0e7f07b8-eed6-4362-b223-86c98594ddb9<br>> > Ancestors: VMMaker.oscog-mt.3184<br>> > <br>> > Let primitiveImageFormatVersion answer the correct image format number when multiple byte codes are active.<br>> > <br>> > =============== Diff against VMMaker.oscog-mt.3184 ===============<br>> > <br>> > Item was changed:<br>> >   ----- Method: InterpreterPrimitives>>primitiveImageFormatVersion (in category 'other primitives') -----<br>> >   primitiveImageFormatVersion<br>> >        "Answer an integer identifying the type of image. The image version number may<br>> >          identify the format of the image (e.g. 32 or 64-bit word size) or specific requirements<br>> >      of the image (e.g. block closure support required).<br>> >          <br>> >     This is a named (not numbered) primitive in the null module (ie the VM)"<br>> >   <br>> >          <export: true=""><br>> > +  self pop: 1 thenPush: (self positive32BitIntegerFor: self imageFormatVersionForSnapshot)<br>> > -   self pop: 1 thenPush: (self positive32BitIntegerFor: self imageFormatVersion)<br>> >   !<br>> > <br></export:></div></blockquote>
                                        </div></body>