summaryrefslogtreecommitdiffstats
path: root/runtime/image.cc
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-08-25 15:05:04 -0700
committerAndreas Gampe <agampe@google.com>2014-09-15 09:37:25 -0700
commit5182932cf6704b53e957f7b4be021fe505a55e22 (patch)
tree99ee2bfb5a6f4d27735aeed26a0533c759db733c /runtime/image.cc
parent56369897d662ea63ea5ed57ae36af0ae0fa1452d (diff)
downloadart-5182932cf6704b53e957f7b4be021fe505a55e22.zip
art-5182932cf6704b53e957f7b4be021fe505a55e22.tar.gz
art-5182932cf6704b53e957f7b4be021fe505a55e22.tar.bz2
ART: Change access flag behavior in verifier
Note: this moves the miranda modifier to the upper 16 bit. Bug: 16161620 (cherry picked from commit 7fc8f90b7160e879143be5cfd6ea3df866398884) Change-Id: I2f591d53b7d1559171e70aaaf22225d94b4882f5
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 93ec27d..478b486 100644
--- a/runtime/image.cc
+++ b/runtime/image.cc
@@ -24,7 +24,7 @@
namespace art {
const byte ImageHeader::kImageMagic[] = { 'a', 'r', 't', '\n' };
-const byte ImageHeader::kImageVersion[] = { '0', '0', '8', '\0' };
+const byte ImageHeader::kImageVersion[] = { '0', '0', '9', '\0' };
ImageHeader::ImageHeader(uint32_t image_begin,
uint32_t image_size,