diff options
Diffstat (limited to 'src/dex_file.h')
-rw-r--r-- | src/dex_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dex_file.h b/src/dex_file.h index 7d39945..d28e684 100644 --- a/src/dex_file.h +++ b/src/dex_file.h @@ -775,7 +775,7 @@ class DexFile { // Returns -2 for native methods (as expected in exception traces). // // This is used by runtime; therefore use art::Method not art::DexFile::Method. - int32_t GetLineNumFromPC(const Method* method, uint32_t rel_pc) const + int32_t GetLineNumFromPC(const AbstractMethod* method, uint32_t rel_pc) const SHARED_LOCKS_REQUIRED(Locks::mutator_lock_); void DecodeDebugInfo(const CodeItem* code_item, bool is_static, uint32_t method_idx, |