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);