commit | 5cc349f3dd578e974f78314c50b6a0267c23e591 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Fri Dec 18 15:04:48 2015 +0000 |
committer | David Srbecky <dsrbecky@google.com> | Wed Jan 13 15:39:12 2016 +0000 |
tree | 7d8bf706fd6aba6f298bfe212f75db0f66e94b81 | |
parent | a38e418fb2d9b817309c54b54ca85039907c2bbb [diff] [blame] |
Report DWARF debug information for JITed code. Change-Id: Ia5b2133c54386932c76c22774cf3d2ae61e0925f
diff --git a/compiler/dwarf/method_debug_info.h b/compiler/dwarf/method_debug_info.h index a391e4d..e8ba914 100644 --- a/compiler/dwarf/method_debug_info.h +++ b/compiler/dwarf/method_debug_info.h
@@ -30,8 +30,8 @@ uint32_t access_flags_; const DexFile::CodeItem* code_item_; bool deduped_; - uint32_t low_pc_; - uint32_t high_pc_; + uintptr_t low_pc_; + uintptr_t high_pc_; CompiledMethod* compiled_method_; };