| ... | @@ -497,7 +497,7 @@ const cpu_targets = struct { | ... | @@ -497,7 +497,7 @@ const cpu_targets = struct { |
| 497 | pub const riscv = std.Target.riscv; | 497 | pub const riscv = std.Target.riscv; |
| 498 | pub const sparc = std.Target.sparc; | 498 | pub const sparc = std.Target.sparc; |
| 499 | pub const spirv = std.Target.spirv; | 499 | pub const spirv = std.Target.spirv; |
| 500 | pub const systemz = std.Target.systemz; | 500 | pub const s390x = std.Target.s390x; |
| 501 | pub const ve = std.Target.ve; | 501 | pub const ve = std.Target.ve; |
| 502 | pub const wasm = std.Target.wasm; | 502 | pub const wasm = std.Target.wasm; |
| 503 | pub const x86 = std.Target.x86; | 503 | pub const x86 = std.Target.x86; |
| ... | @@ -647,9 +647,9 @@ pub fn main() anyerror!void { | ... | @@ -647,9 +647,9 @@ pub fn main() anyerror!void { |
| 647 | \\ .name = "{s}", | 647 | \\ .name = "{s}", |
| 648 | \\ .syntax = {s}, | 648 | \\ .syntax = {s}, |
| 649 | \\ .zig_equivalent = .{s}, | 649 | \\ .zig_equivalent = .{s}, |
| 650 | \\ .pd1 = {s}, | 650 | \\ .pd1 = {}, |
| 651 | \\ .pd2 = {s}, | 651 | \\ .pd2 = {}, |
| 652 | \\ .psl = {s}, | 652 | \\ .psl = {}, |
| 653 | \\}}, | 653 | \\}}, |
| 654 | \\ | 654 | \\ |
| 655 | , .{ name, final_syntax, ident, pd1, pd2, pslash }); | 655 | , .{ name, final_syntax, ident, pd1, pd2, pslash }); |
| ... | @@ -677,9 +677,9 @@ pub fn main() anyerror!void { | ... | @@ -677,9 +677,9 @@ pub fn main() anyerror!void { |
| 677 | \\ .name = "{s}", | 677 | \\ .name = "{s}", |
| 678 | \\ .syntax = {s}, | 678 | \\ .syntax = {s}, |
| 679 | \\ .zig_equivalent = .other, | 679 | \\ .zig_equivalent = .other, |
| 680 | \\ .pd1 = {s}, | 680 | \\ .pd1 = {}, |
| 681 | \\ .pd2 = {s}, | 681 | \\ .pd2 = {}, |
| 682 | \\ .psl = {s}, | 682 | \\ .psl = {}, |
| 683 | \\}}, | 683 | \\}}, |
| 684 | \\ | 684 | \\ |
| 685 | , .{ name, syntax, pd1, pd2, pslash }); | 685 | , .{ name, syntax, pd1, pd2, pslash }); |