<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 class=""><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 class="HOEnZb"><font color="#888888"><div><br></div><div>-eric </div></font></span></div>
</blockquote></div><br></div>