kernel/ELF: Remove old FIXME
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
apio 2023-04-11 21:24:11 +02:00
parent 13c9caa856
commit 79a96bf5af
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -25,7 +25,6 @@ static bool can_write_segment(u32 flags)
namespace ELFLoader
{
// FIXME: Check that all calls to read_contents() read the proper amount of bytes.
Result<ELFData> load(SharedPtr<VFS::Inode> inode)
{
Elf64_Ehdr elf_header;