Skip to content

Commit

Permalink
std.elf.EM: Add missing MICROBLAZE value.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jul 24, 2024
1 parent 399f4fe commit 4e4eced
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/std/elf.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1521,6 +1521,9 @@ pub const EM = enum(u16) {
/// Tilera TILEPro multicore architecture family
TILEPRO = 188,

/// Xilinx MicroBlaze
MICROBLAZE = 189,

/// NVIDIA CUDA architecture
CUDA = 190,

Expand Down

0 comments on commit 4e4eced

Please sign in to comment.