commit | a73020852007b710df75175f32cfecba998568c1 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Thu Apr 05 15:43:40 2012 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Thu Apr 05 15:43:40 2012 -0700 |
tree | 2cdd828771ca2bd1d531650dbd4e5af383190665 | |
parent | ea94421d5b8420857680fcddaa14345bf83cea68 [diff] [blame] |
Update oatdump for new entrypoint offset Change-Id: I0698f6847157f6a6292f70f68c3d0b2447da627d
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);