diff options
| author | 2012-04-05 15:43:40 -0700 | |
|---|---|---|
| committer | 2012-04-05 15:43:40 -0700 | |
| commit | a73020852007b710df75175f32cfecba998568c1 (patch) | |
| tree | 2cdd828771ca2bd1d531650dbd4e5af383190665 | |
| parent | ea94421d5b8420857680fcddaa14345bf83cea68 (diff) | |
Update oatdump for new entrypoint offset
Change-Id: I0698f6847157f6a6292f70f68c3d0b2447da627d
| -rw-r--r-- | src/oatdump.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/oatdump.cc b/src/oatdump.cc index 01b83394d9..555e1bec37 100644 --- a/src/oatdump.cc +++ b/src/oatdump.cc @@ -207,6 +207,7 @@ class OatDumper { 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); |