diff options
Diffstat (limited to 'runtime/elf_file.h')
| -rw-r--r-- | runtime/elf_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/elf_file.h b/runtime/elf_file.h index 48cb4b8b2e..1188c97658 100644 --- a/runtime/elf_file.h +++ b/runtime/elf_file.h @@ -60,7 +60,7 @@ class ElfFile { const File& GetFile() const; - bool GetSectionOffsetAndSize(const char* section_name, uint64_t* offset, uint64_t* size); + bool GetSectionOffsetAndSize(const char* section_name, uint64_t* offset, uint64_t* size) const; uint64_t FindSymbolAddress(unsigned section_type, const std::string& symbol_name, |