| author | |
| committer | |
| log | 1b6b8813cf95e2ad5170ffb1e80531c635679cc6 |
| tree | 3c5de1d60e1897e2c3f95dff4fe3691aa0222ee8 |
| parent | d415efd68f8e87e6ac5edd9b67c518de106fed55 |
| signature | Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM |
This reverts commit ab154be7f0a89b271686d740f7e50545414a6024.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | @@ -1891,12 +1891,12 @@ pub fn ptrBitWidth_cpu_abi(cpu: Cpu, abi: Abi) u16 { | ... | @@ -1891,12 +1891,12 @@ pub fn ptrBitWidth_cpu_abi(cpu: Cpu, abi: Abi) u16 { |
| 1891 | .sparc, | 1891 | .sparc, |
| 1892 | .spirv32, | 1892 | .spirv32, |
| 1893 | .loongarch32, | 1893 | .loongarch32, |
| 1894 | .dxil, | ||
| 1894 | .xtensa, | 1895 | .xtensa, |
| 1895 | => 32, | 1896 | => 32, |
| 1896 | 1897 | ||
| 1897 | .aarch64, | 1898 | .aarch64, |
| 1898 | .aarch64_be, | 1899 | .aarch64_be, |
| 1899 | .dxil, | ||
| 1900 | .mips64, | 1900 | .mips64, |
| 1901 | .mips64el, | 1901 | .mips64el, |
| 1902 | .powerpc64, | 1902 | .powerpc64, |