diff options
| author | ruki <[email protected]> | 2026-02-12 22:32:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-02-12 22:32:05 +0800 |
| commit | 37b506c86c3390d6a175ce37828e8defd44a2407 (patch) | |
| tree | 80be799cf286994b09bc0bc00bb6cdf766029ec6 /core/src | |
| parent | 5dc13bb3a2439332d82f9e119c8f598c9ee3f4dd (diff) | |
improve test
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/xmake/binutils/elf/prefix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/xmake/binutils/elf/prefix.h b/core/src/xmake/binutils/elf/prefix.h index 6bf64b2ed..2072ee879 100644 --- a/core/src/xmake/binutils/elf/prefix.h +++ b/core/src/xmake/binutils/elf/prefix.h @@ -29,7 +29,6 @@ /* ////////////////////////////////////////////////////////////////////////////////////// * macros */ -// ELF file magic: 0x7f 'E' 'L' 'F' #define XM_ELF_MAGIC0 0x7f #define XM_ELF_MAGIC1 'E' #define XM_ELF_MAGIC2 'L' |
