diff options
author | Andreas Kling <kling@serenityos.org> | 2021-09-06 22:56:27 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-09-07 01:18:02 +0200 |
commit | b141bfe53ba43fde10ca182ed11f3dcf275414c5 (patch) | |
tree | abd31569b21b298d3786f98d1b34d0fb30aa373e /Kernel/Syscalls/inode_watcher.cpp | |
parent | 4b4e1d1c900cb9fcb2e856dff0f42542e0c3568d (diff) | |
download | serenity-b141bfe53ba43fde10ca182ed11f3dcf275414c5.zip |
Kernel: Reorganize ELF loading so it can use TRY()
Due to the use of ELF::Image::for_each_program_header(), we were
previously unable to use TRY() in the ELF loading code (since the return
statement inside TRY() would only return from the iteration callback.)
Diffstat (limited to 'Kernel/Syscalls/inode_watcher.cpp')
0 files changed, 0 insertions, 0 deletions