mirror of https://github.com/upx/upx.git
check-whitespace, clang-format
modified: p_elf_enum.h modified: p_lx_elf.cpp modified: stub/src/i386-linux.elf-so_entry.S
This commit is contained in:
parent
00706f0ccc
commit
b4ea89f9d6
|
@ -72,9 +72,9 @@ class Dummy {
|
|||
ET_DYN = 3, /* Shared object file */
|
||||
ET_CORE = 4, /* Core file */
|
||||
};
|
||||
enum { // e_machine
|
||||
enum { // e_machine
|
||||
EM_NONE = 0, // No machine
|
||||
EM_386 = 3, // i386
|
||||
EM_386 = 3, // i386
|
||||
EM_MIPS = 8,
|
||||
EM_MIPS_RS3_LE = 10, // MIPS R3000 little-endian
|
||||
EM_PPC = 20,
|
||||
|
|
Loading…
Reference in New Issue