commit | cf4c6c41b0084dc4567ff709fb8ce9ebd72b26ac | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Sep 01 15:16:42 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Sep 01 15:51:43 2011 -0700 |
tree | ca3d0314b5c4111d7ab6fd97b4e68d5b2679e237 | |
parent | 2f0ce9d60a4a9371c63a32a3764320fb02341acb [diff] [blame] |
Fully implement string interning. Also, more const. Change-Id: I09cae88d677e8e6e42d0fa9b5d1093c79d225e66
diff --git a/src/image.h b/src/image.h index c567880..94824d7 100644 --- a/src/image.h +++ b/src/image.h
@@ -49,7 +49,7 @@ // required base address for mapping the image. uint32_t base_addr_; - // absolute address of an Object[] of Strings to InternTable::Register + // absolute address of an Object[] of Strings to InternTable::RegisterStrong. uint32_t intern_addr_; };