commit | 7775d2c1e48c0bb0880f720f3dfbd4b4d0de7c6e | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Apr 02 22:49:38 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Apr 02 22:49:38 2015 +0000 |
tree | df4185ae7db09588ab2ca5688f4c9290d6b9aafe | |
parent | 79ed989a02ece9f75807f05c9e1b01d1b7549e7b [diff] | |
parent | 934d754a53acff144273bd7fc42f4272628bb944 [diff] |
Merge "Fix for issue 20051601 - ARM instruction alignment."
diff --git a/compiler/elf_writer_quick.cc b/compiler/elf_writer_quick.cc index a92ce69..3ce19ab 100644 --- a/compiler/elf_writer_quick.cc +++ b/compiler/elf_writer_quick.cc
@@ -495,7 +495,7 @@ isa = 1; // DW_ISA_ARM_thumb. break; case kArm: - code_factor_bits_ = 2; // 32-bit instructions + code_factor_bits_ = 1; // 16-bit instructions isa = 2; // DW_ISA_ARM_arm. break; case kArm64: