diff options
| author | 2018-04-04 18:24:28 +0000 | |
|---|---|---|
| committer | 2018-04-04 18:24:28 +0000 | |
| commit | 60af9c3a914c518f39d58a79a74a4ffdc4bdaa3a (patch) | |
| tree | 14414421a47add577038a7cc60352effc262dfd1 /runtime/image.cc | |
| parent | 437795d6a7f3efcb2ee3206237ce151485498c22 (diff) | |
| parent | 4d4175a132b944214ed7559beb9b6b91d2eb36e1 (diff) | |
Merge "Add reachabilityFence intrinsics" into pi-dev
Diffstat (limited to 'runtime/image.cc')
| -rw-r--r-- | runtime/image.cc | 2 |
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, |