We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2059475 commit 3ee5c0eCopy full SHA for 3ee5c0e
elftools/elf/enums.py
@@ -255,8 +255,8 @@
255
EM_MOXIE = 223, # Moxie processor family
256
EM_AMDGPU = 224, # AMD GPU architecture
257
EM_RISCV = 243, # RISC-V
258
- EM_BPF = 247, # Linux BPF - in-kernel virtual machine
259
- EM_CSKY = 252, # C-SKY
+ EM_BPF = 247, # Linux BPF - in-kernel virtual machine
+ EM_CSKY = 252, # C-SKY
260
EM_LOONGARCH = 258, # LoongArch
261
EM_FRV = 0x5441, # Fujitsu FR-V
262
# Reservations
tox.ini
0 commit comments