| ... | @@ -943,7 +943,7 @@ pub const Half = switch (@sizeOf(usize)) { | ... | @@ -943,7 +943,7 @@ pub const Half = switch (@sizeOf(usize)) { |
| 943 | | 943 | |
| 944 | /// Machine architectures | 944 | /// Machine architectures |
| 945 | /// See current registered ELF machine architectures at: | 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 | /// The underscore prefix is because many of these start with numbers. | 947 | /// The underscore prefix is because many of these start with numbers. |
| 948 | pub const EM = enum(u16) { | 948 | pub const EM = enum(u16) { |
| 949 | /// No machine | 949 | /// No machine |