mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.elf.EM: Add missing MICROBLAZE value.
This commit is contained in:
parent
38e0f049c5
commit
b2d568e813
1 changed files with 3 additions and 0 deletions
|
|
@ -1531,6 +1531,9 @@ pub const EM = enum(u16) {
|
||||||
/// Tilera TILEPro multicore architecture family
|
/// Tilera TILEPro multicore architecture family
|
||||||
TILEPRO = 188,
|
TILEPRO = 188,
|
||||||
|
|
||||||
|
/// Xilinx MicroBlaze
|
||||||
|
MICROBLAZE = 189,
|
||||||
|
|
||||||
/// NVIDIA CUDA architecture
|
/// NVIDIA CUDA architecture
|
||||||
CUDA = 190,
|
CUDA = 190,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue