commit | 49c4894f76f6a7aec4d6a1ec2c901700c9108944 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Sun Mar 11 15:15:37 2012 -0700 |
committer | Ian Rogers <irogers@google.com> | Sun Mar 11 15:15:37 2012 -0700 |
tree | ac32b9284b268b1ee0070f9ce380e1d77a69d7ae | |
parent | efccc565091b3409ed1372615b4ea4e2f6c39323 [diff] [blame] |
Add instruction-set option to dex2oat Change-Id: I3beefe28abb0ea8fc4697eded2793fd52e3f12c7
diff --git a/src/compiler.cc b/src/compiler.cc index 5ca7023..26a6919 100644 --- a/src/compiler.cc +++ b/src/compiler.cc
@@ -309,7 +309,7 @@ case kX86: return x86::CreateJniDlsymLookupStub(); default: - LOG(FATAL) << "Unknown InstructionSet: " << static_cast<int>(instruction_set); + LOG(FATAL) << "Unknown InstructionSet: " << instruction_set; return NULL; } }