authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-07-24 08:21:51+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-07-30 01:29:38+02:00
logb2d568e813d61ac05ea99020296d24fd8ddd5824
treea251112fd44eb766ff94ec5722296545948c8e09
parent38e0f049c531e83ec2eec80d50b624e6c3b8c486
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.elf.EM: Add missing MICROBLAZE value.


1 files changed, 3 insertions(+), 0 deletions(-)

lib/std/elf.zig+3
......@@ -1531,6 +1531,9 @@ pub const EM = enum(u16) {
15311531 /// Tilera TILEPro multicore architecture family
15321532 TILEPRO = 188,
15331533
1534 /// Xilinx MicroBlaze
1535 MICROBLAZE = 189,
1536
15341537 /// NVIDIA CUDA architecture
15351538 CUDA = 190,
15361539