From a73020852007b710df75175f32cfecba998568c1 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Thu, 5 Apr 2012 15:43:40 -0700 Subject: Update oatdump for new entrypoint offset Change-Id: I0698f6847157f6a6292f70f68c3d0b2447da627d --- src/oatdump.cc | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3-59-g8ed1b