<div dir="ltr"><div><div><div><div><div><div><div><div>I am about to close some old mantis reports.<br><br></div>There are two issues related to the vm and easy to solve ( I think).<br><br><a href="http://bugs.squeak.org/view.php?id=7265">http://bugs.squeak.org/view.php?id=7265</a> <br>
        
                <br>0007265: Bug in Matrix2x3Plugin okayIntValue:        <br>Method <br>
okayIntValue: value<br>
uses argument to compare with lower bound, m23ResultX for upper bound.<br>
<br>
okayIntValue: value<br>
    ^(value &gt;= -1073741824 asFloat and:[m23ResultX &lt;= 1073741823 asFloat]) <br>
<br>
should be:<br>
okayIntValue: value<br>
    ^(value &gt;= -1073741824 asFloat and:[value &lt;= 1073741823 asFloat]) <br><br></div>I looked at the Matrix2x3Plugin code, and the wrong comparsion<br></div>is still there.<br><br><br><a href="http://bugs.squeak.org/view.php?id=7756">http://bugs.squeak.org/view.php?id=7756</a><br>
        
                0007756: InputSensor&gt;&gt;cursorPoint: uses primitive 91 (primitiveTestDisplayDepth)        <br><br></div>Either we remove the code from InputSensor, or we add another<br></div>new primitive for setting the mouse cursor.<br></div>(Maybe we don&#39;t need this functionality or this is already possible with<br></div>the hostwindow plugin?)<br><br><br></div>nicolai<br><br><div><div><div><div><div><div><br><div><div><div><br></div></div></div></div></div></div></div></div></div></div>