kernel/ELF: Remove old FIXME
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
13c9caa856
commit
79a96bf5af
@ -25,7 +25,6 @@ static bool can_write_segment(u32 flags)
|
|||||||
|
|
||||||
namespace ELFLoader
|
namespace ELFLoader
|
||||||
{
|
{
|
||||||
// FIXME: Check that all calls to read_contents() read the proper amount of bytes.
|
|
||||||
Result<ELFData> load(SharedPtr<VFS::Inode> inode)
|
Result<ELFData> load(SharedPtr<VFS::Inode> inode)
|
||||||
{
|
{
|
||||||
Elf64_Ehdr elf_header;
|
Elf64_Ehdr elf_header;
|
||||||
|
Loading…
Reference in New Issue
Block a user