summaryrefslogtreecommitdiffstats
path: root/runtime/elf_file.h
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2013-11-06 18:25:35 -0800
committerBrian Carlstrom <bdc@google.com>2013-11-06 18:25:35 -0800
commitd0c09dc2177d132099a05af8537bdb9a8225af8c (patch)
treeca564f4b5774bb23b930c918c70009bd96f31dfb /runtime/elf_file.h
parent1bd2ceb3a8c68ae6ea1f9627b588a7bc7a74487f (diff)
downloadart-d0c09dc2177d132099a05af8537bdb9a8225af8c.zip
art-d0c09dc2177d132099a05af8537bdb9a8225af8c.tar.gz
art-d0c09dc2177d132099a05af8537bdb9a8225af8c.tar.bz2
Add missing error message propagation to ElfFile::SetMap
Change-Id: I085e23cd4728e10a7efca3586270c6cffed9e8d4
Diffstat (limited to 'runtime/elf_file.h')
-rw-r--r--runtime/elf_file.h2
1 files changed, 1 insertions, 1 deletions
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 @@ class ElfFile {
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();