commit | d0c09dc2177d132099a05af8537bdb9a8225af8c | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Wed Nov 06 18:25:35 2013 -0800 |
committer | Brian Carlstrom <bdc@google.com> | Wed Nov 06 18:25:35 2013 -0800 |
tree | ca564f4b5774bb23b930c918c70009bd96f31dfb | |
parent | 1bd2ceb3a8c68ae6ea1f9627b588a7bc7a74487f [diff] [blame] |
Add missing error message propagation to ElfFile::SetMap Change-Id: I085e23cd4728e10a7efca3586270c6cffed9e8d4
diff --git a/runtime/elf_file.h b/runtime/elf_file.h index b025137..f8c235d 100644 --- a/runtime/elf_file.h +++ b/runtime/elf_file.h
@@ -122,7 +122,7 @@ bool Setup(File* file, bool writable, bool program_header_only, std::string* error_msg); - bool SetMap(MemMap* map); + bool SetMap(MemMap* map, std::string* error_msg); byte* GetProgramHeadersStart(); byte* GetSectionHeadersStart();