diff options
Diffstat (limited to 'compiler/debug/elf_debug_writer.h')
-rw-r--r-- | compiler/debug/elf_debug_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/debug/elf_debug_writer.h b/compiler/debug/elf_debug_writer.h index 6f52249c18..b0542c7ac6 100644 --- a/compiler/debug/elf_debug_writer.h +++ b/compiler/debug/elf_debug_writer.h @@ -56,7 +56,7 @@ std::vector<uint8_t> WriteDebugElfFileForClasses( InstructionSet isa, const InstructionSetFeatures* features, const ArrayRef<mirror::Class*>& types) - SHARED_REQUIRES(Locks::mutator_lock_); + REQUIRES_SHARED(Locks::mutator_lock_); std::vector<MethodDebugInfo> MakeTrampolineInfos(const OatHeader& oat_header); |