| author | |
| committer | |
| log | e863bf3bea1fe2d22a2ecb0b4316f1855b911aa2 |
| tree | abaa17bbdd172f3d8393dd8dce344b70b1314e00 |
| parent | e44e927d33d37c4417b9abb9a207b35fd25cd353 |
| signature |
1 files changed, 4 insertions(+), 0 deletions(-)
lib/std/elf.zig+4| ... | ... | @@ -2150,6 +2150,10 @@ pub const EM = enum(u16) { |
| 2150 | 2150 | LOONGGPU = 267, |
| 2151 | 2151 | /// Wuxi Institute of Advanced Technology SW64 |
| 2152 | 2152 | SW64 = 268, |
| 2153 | /// AMD/Xilinx AIEngine ctrlcode | |
| 2154 | AIECTRLCODE = 269, | |
| 2155 | /// T-Head PPU | |
| 2156 | PPU = 270, | |
| 2153 | 2157 | /// AVR |
| 2154 | 2158 | AVR_OLD = 0x1057, |
| 2155 | 2159 | /// MSP430 |