summaryrefslogtreecommitdiff
path: root/runtime/image.cc
diff options
context:
space:
mode:
author Hans Boehm <hboehm@google.com> 2018-04-04 18:24:28 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-04-04 18:24:28 +0000
commit60af9c3a914c518f39d58a79a74a4ffdc4bdaa3a (patch)
tree14414421a47add577038a7cc60352effc262dfd1 /runtime/image.cc
parent437795d6a7f3efcb2ee3206237ce151485498c22 (diff)
parent4d4175a132b944214ed7559beb9b6b91d2eb36e1 (diff)
Merge "Add reachabilityFence intrinsics" into pi-dev
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 0955c3a3ca..3b13d05d80 100644
--- a/runtime/image.cc
+++ b/runtime/image.cc
@@ -26,7 +26,7 @@
namespace art {
const uint8_t ImageHeader::kImageMagic[] = { 'a', 'r', 't', '\n' };
-const uint8_t ImageHeader::kImageVersion[] = { '0', '5', '5', '\0' }; // Bitstring type check off.
+const uint8_t ImageHeader::kImageVersion[] = { '0', '5', '6', '\0' }; // ReachabilityFence.
ImageHeader::ImageHeader(uint32_t image_begin,
uint32_t image_size,