<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 24, 2015 at 8:33 PM, Nicolas Cellier <span dir="ltr">&lt;<a href="mailto:nicolas.cellier.aka.nice@gmail.com" target="_blank">nicolas.cellier.aka.nice@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"> <br><div dir="ltr"><div><div><div>Hi,<br><br></div>in checkStackIntegrity, there is a comparison of char *<br><br>theSP &lt;= frameRcvrOffset<br><br></div>Is it OK, or should we better use oop:isLessThanOrEqualTo: ?<br></div></div></blockquote><div><br></div><div>Providing that both are typed as non-void pointers to the same type this will work.  oop:isLessThanOrEqualTo: is there for comparing sqInt values (i.e. oops) as this is a signed type and oop:isLessThanOrEqualTo: forces an unsigned comparison.</div></div>-- <br><div class="gmail_signature">best,<div>Eliot</div></div>
</div></div>