commit | a72ec820f8cb8e04b0ba87a62e36b05a2c92ef36 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Mar 05 17:12:22 2012 -0800 |
committer | Elliott Hughes <enh@google.com> | Mon Mar 05 17:44:43 2012 -0800 |
tree | c94c0a91525d1cc6d08daaf36d4c092f303b0287 | |
parent | e88dfbf138bc204b1ce21911f1c34098ea74af7c [diff] [blame] |
Store the instruction set in the oat header, and use it in oatdump. Change-Id: I5cc4b853c3ebf1efcc1feb14ce05c97ceabe2c3e
diff --git a/src/oat_writer.h b/src/oat_writer.h index abb1f2e..cdc061f 100644 --- a/src/oat_writer.h +++ b/src/oat_writer.h
@@ -73,7 +73,7 @@ const Compiler& compiler); ~OatWriter(); - size_t InitOatHeader(); + size_t InitOatHeader(InstructionSet instruction_set); size_t InitOatDexFiles(size_t offset); size_t InitDexFiles(size_t offset); size_t InitOatClasses(size_t offset);