Skip to content
Snippets Groups Projects
Commit a8a01962 authored by Avi Kivity's avatar Avi Kivity
Browse files

elf: don't abort after processing all DT_NEEDED libraries

parent 3027b313
No related branches found
No related tags found
No related merge requests found
...@@ -267,7 +267,6 @@ namespace elf { ...@@ -267,7 +267,6 @@ namespace elf {
debug_console->writeln(fmt("needed: %1%") % lib); debug_console->writeln(fmt("needed: %1%") % lib);
_prog.add(lib); _prog.add(lib);
} }
abort();
} }
program::program(::filesystem& fs, void* addr) program::program(::filesystem& fs, void* addr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment