mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 08:33:06 +00:00
std.elf.EM: Add missing MICROBLAZE value.
This commit is contained in:
parent
38e0f049c5
commit
b2d568e813
@ -1531,6 +1531,9 @@ pub const EM = enum(u16) {
|
||||
/// Tilera TILEPro multicore architecture family
|
||||
TILEPRO = 188,
|
||||
|
||||
/// Xilinx MicroBlaze
|
||||
MICROBLAZE = 189,
|
||||
|
||||
/// NVIDIA CUDA architecture
|
||||
CUDA = 190,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user