Cheers.<br><br><div>-eric</div><br><div class="gmail_quote">On Wed Nov 05 2014 at 5:25:19 PM Rui Ueyama <<a href="mailto:ruiu@google.com">ruiu@google.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Done in r221423.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 5, 2014 at 5:19 PM, Eric Christopher <span dir="ltr"><<a href="mailto:echristo@gmail.com" target="_blank">echristo@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
-    if (i == e - 1 || (sectionRva[i] <= targetAddr && targetAddr <= sectionRva[i + 1]))<br>
+    if (i == e - 1 || (sectionRva[i] <= targetAddr && targetAddr < sectionRva[i + 1]))<br>  <br></blockquote><div><br></div></span><div>Put a comment here as to what the conditional is checking for?</div><span><font color="#888888"><div><br></div><div>-eric </div></font></span></div>
</blockquote></div><br></div>
</blockquote></div>