mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-05 16:59:02 +00:00
makerom v0.6
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef _ELF_HDR_H_
|
||||
#define _ELF_HDR_H_
|
||||
#pragma once
|
||||
|
||||
static const u32 ELF_MAGIC = 0x7f454c46;
|
||||
|
||||
@@ -174,5 +173,4 @@ typedef struct
|
||||
u8 p_filesz[8]; /* Segment size in file */
|
||||
u8 p_memsz[8]; /* Segment size in memory */
|
||||
u8 p_align[8]; /* Segment alignment */
|
||||
} elf_64_phdr;
|
||||
#endif
|
||||
} elf_64_phdr;
|
||||
Reference in New Issue
Block a user