| author | |
| committer | |
| log | 2e887452d5cd8e912f6bdb36bd0da6faee383465 |
| tree | bf0209c38ac8ea9b4d08cddeb6360eab02b63176 |
| parent | 8b6ea9ffe78480f9c73e9dee24edc5975c7f064e |
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 |