summaryrefslogtreecommitdiff
path: root/compiler/dwarf/method_debug_info.h
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2015-12-18 15:04:48 +0000
committer David Srbecky <dsrbecky@google.com> 2016-01-13 15:39:12 +0000
commit5cc349f3dd578e974f78314c50b6a0267c23e591 (patch)
tree7d8bf706fd6aba6f298bfe212f75db0f66e94b81 /compiler/dwarf/method_debug_info.h
parenta38e418fb2d9b817309c54b54ca85039907c2bbb (diff)
Report DWARF debug information for JITed code.
Change-Id: Ia5b2133c54386932c76c22774cf3d2ae61e0925f
Diffstat (limited to 'compiler/dwarf/method_debug_info.h')
-rw-r--r--compiler/dwarf/method_debug_info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/dwarf/method_debug_info.h b/compiler/dwarf/method_debug_info.h
index a391e4d08a..e8ba9148e8 100644
--- a/compiler/dwarf/method_debug_info.h
+++ b/compiler/dwarf/method_debug_info.h
@@ -30,8 +30,8 @@ struct MethodDebugInfo {
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_;
};