mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
update_cpu_features: fix a fmtId call to be fmtIdPU
This commit is contained in:
parent
7e6cb7c7a5
commit
5739ce786e
1 changed files with 1 additions and 1 deletions
|
|
@ -1921,7 +1921,7 @@ fn processOneTarget(job: Job) void {
|
|||
);
|
||||
|
||||
for (all_features.items, 0..) |feature, i| {
|
||||
try w.print("\n {f},", .{std.zig.fmtId(feature.zig_name)});
|
||||
try w.print("\n {f},", .{std.zig.fmtIdPU(feature.zig_name)});
|
||||
|
||||
if (i == all_features.items.len - 1) try w.writeAll("\n");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue