commit | bace0378d720a1d2938ec7f6be17e2814671d20a | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Tue Sep 16 15:19:06 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Sep 16 15:19:06 2014 +0000 |
tree | d986e10ad92b40e38f9098c486e12891b0ec4118 | |
parent | 5733b35c23792834f3a2374003c109301a48867c [diff] | |
parent | fbc695f9b8e2084697e19c1355ab925f99f0d235 [diff] |
Merge "Revert "Revert "Implement suspend checks in new compiler."""
diff --git a/compiler/compiled_method.h b/compiler/compiled_method.h index 3e34144..cc46b92 100644 --- a/compiler/compiled_method.h +++ b/compiler/compiled_method.h
@@ -154,7 +154,7 @@ // get rid of the highest values size_t i = size() - 1; for (; i > 0 ; i--) { - if ((*this)[i].from_ >= highest_pc) { + if ((*this)[i].from_ < highest_pc) { break; } }