diff options
Diffstat (limited to 'runtime/art_method.cc')
| -rw-r--r-- | runtime/art_method.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/art_method.cc b/runtime/art_method.cc index d812590cc7..f9bc249a42 100644 --- a/runtime/art_method.cc +++ b/runtime/art_method.cc @@ -477,7 +477,7 @@ const OatQuickMethodHeader* ArtMethod::GetOatQuickMethodHeader(uintptr_t pc) { DCHECK(method_header->Contains(pc)) << PrettyMethod(this) - << std::hex << pc << " " << oat_entry_point + << " " << std::hex << pc << " " << oat_entry_point << " " << (uintptr_t)(method_header->code_ + method_header->code_size_); return method_header; } |