commit | 0e8dc13ea6bed3a31a7244cf9fb8b8497b27507a | [log] [tgz] |
---|---|---|
author | Nicolas Geoffray <ngeoffray@google.com> | Thu Jan 21 15:50:01 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jan 21 15:50:01 2016 +0000 |
tree | 032dc5e102d82f348810b0f9ad57c13a9c1ad852 | |
parent | 05df3933ea7657f68c79c9b5b965b8a44e4969a2 [diff] | |
parent | cf226584a08ee4ec7d88c40b28e4547a01580bb6 [diff] |
Merge "Add attribute to fix build."
diff --git a/runtime/jit/jit_instrumentation.cc b/runtime/jit/jit_instrumentation.cc index 0cde00a..6b47b67 100644 --- a/runtime/jit/jit_instrumentation.cc +++ b/runtime/jit/jit_instrumentation.cc
@@ -167,7 +167,7 @@ void JitInstrumentationListener::Branch(Thread* thread, ArtMethod* method, - uint32_t dex_pc, + uint32_t dex_pc ATTRIBUTE_UNUSED, int32_t dex_pc_offset) { if (dex_pc_offset < 0) { // Increment method hotness if it is a backward branch.