| author | |
| committer | |
| log | acdb859644be344f5e62578ad19a699d94a642a6 |
| tree | 967de97a2381c9b3a07f5ed1b0e1943a86e82b92 |
| parent | 20f073dcdd0eee9e1798978a4100784a18375338 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/elf.zig+1-1| ... | ... | @@ -943,7 +943,7 @@ pub const Half = switch (@sizeOf(usize)) { |
| 943 | 943 | |
| 944 | 944 | /// Machine architectures |
| 945 | 945 | /// See current registered ELF machine architectures at: |
| 946 | /// http://www.uxsglobal.com/developers/gabi/latest/ch4.eheader.html | |
| 946 | /// http://www.sco.com/developers/gabi/latest/ch4.eheader.html | |
| 947 | 947 | /// The underscore prefix is because many of these start with numbers. |
| 948 | 948 | pub const EM = enum(u16) { |
| 949 | 949 | /// No machine |