commit | 1a18c8c1c0e4ea1ff06177e93c7ff703376dcee2 | [log] [tgz] |
---|---|---|
author | Shih-wei Liao <sliao@google.com> | Sun Aug 14 17:47:36 2011 -0700 |
committer | Shih-wei Liao <sliao@google.com> | Tue Aug 23 10:17:07 2011 -0700 |
tree | 1a37b77910cbb6c628113b61175d7011b7e6a6cd | |
parent | 37f7a40f6789bb287f287a9af00777af9d6428ee [diff] [blame] |
Initial implementation of throw+unwind+Frame. Unit tests on Exception Handling pass. Change-Id: I33505dacc6648e72e2ed80c2cca83643cfaef86b
diff --git a/src/dex_file.h b/src/dex_file.h index ee5cc45..51f5d08 100644 --- a/src/dex_file.h +++ b/src/dex_file.h
@@ -244,7 +244,7 @@ remaining_count_ = -1; } - bool End() const { + bool HasNext() const { return remaining_count_ == -1 && catch_all_ == false; }