Skip to content

Commit

Permalink
Replace non-ansi with ansi characters
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan Jowett committed Oct 28, 2024
1 parent 58b3885 commit a69b6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elfio/elf_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ constexpr Elf_Half EM_RISCV = 243; // RISC-V
constexpr Elf_Half EM_LANAI = 244; // Lanai processor
constexpr Elf_Half EM_CEVA = 245; // CEVA Processor Architecture Family
constexpr Elf_Half EM_CEVA_X2 = 246; // CEVA X2 Processor Family
constexpr Elf_Half EM_BPF = 247; // Linux BPF in-kernel virtual machine
constexpr Elf_Half EM_BPF = 247; // Linux BPF - in-kernel virtual machine
constexpr Elf_Half EM_GRAPHCORE_IPU = 248; // Graphcore Intelligent Processing Unit
constexpr Elf_Half EM_IMG1 = 249; // Imagination Technologies
constexpr Elf_Half EM_NFP = 250; // Netronome Flow Processor (P)
Expand Down

0 comments on commit a69b6b8

Please sign in to comment.