summaryrefslogtreecommitdiffstats
path: root/runtime/image.cc
diff options
context:
space:
mode:
authorMathieu Chartier <mathieuc@google.com>2014-11-07 18:38:47 -0800
committerMathieu Chartier <mathieuc@google.com>2014-11-10 10:07:57 -0800
commit5f9a95423dda3a2f945c81a04107fedf18e2c2c1 (patch)
tree27f55e828ea076674f9bc510523c675fe6caf3b5 /runtime/image.cc
parent974bc2747b345667e07692109d63675ec50955a3 (diff)
downloadart-5f9a95423dda3a2f945c81a04107fedf18e2c2c1.zip
art-5f9a95423dda3a2f945c81a04107fedf18e2c2c1.tar.gz
art-5f9a95423dda3a2f945c81a04107fedf18e2c2c1.tar.bz2
Delete unused imtable field
Bug: 17643507 Change-Id: I1fc7ca2d3bdf1810bcc3b46f867b68a4a6d28ed3 (cherry picked from commit f2d556401ec1d82fec31c0b29d712de18d838282
Diffstat (limited to 'runtime/image.cc')
-rw-r--r--runtime/image.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/image.cc b/runtime/image.cc
index 40f4346..aee84bc 100644
--- a/runtime/image.cc
+++ b/runtime/image.cc
@@ -24,7 +24,7 @@
namespace art {
const uint8_t ImageHeader::kImageMagic[] = { 'a', 'r', 't', '\n' };
-const uint8_t ImageHeader::kImageVersion[] = { '0', '1', '1', '\0' };
+const uint8_t ImageHeader::kImageVersion[] = { '0', '1', '2', '\0' };
ImageHeader::ImageHeader(uint32_t image_begin,
uint32_t image_size,