commit | f3388e6ef460384a87c85bff72c961ebcd11ce0a | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Thu Apr 05 15:49:43 2012 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Apr 05 15:49:43 2012 -0700 |
tree | c25674b78a9cc62a6f04488722888a8bdbff5b70 | |
parent | a73020852007b710df75175f32cfecba998568c1 [diff] | |
parent | d0b3a301128904cc1717dd963e45c1b18b78fb8a [diff] |
Merge "Do not rerun dex2oat just because dex2oat changed" into ics-mr1-plus-art
diff --git a/src/oatdump.cc b/src/oatdump.cc index 01b8339..555e1be 100644 --- a/src/oatdump.cc +++ b/src/oatdump.cc
@@ -207,6 +207,7 @@ DUMP_ENTRY_POINT(pF2l); DUMP_ENTRY_POINT(pLadd); DUMP_ENTRY_POINT(pLand); + DUMP_ENTRY_POINT(pLdiv); DUMP_ENTRY_POINT(pLdivmod); DUMP_ENTRY_POINT(pLmul); DUMP_ENTRY_POINT(pLor);