mirror of
https://github.com/ziglang/zig.git
synced 2026-01-11 18:05:11 +00:00
fix build on macOS + xcode + clang
This commit is contained in:
parent
ba4d83af3e
commit
68d159ea9d
@ -95,7 +95,7 @@ static void tree_print(FILE *f, ZigType *ty, size_t indent) {
|
||||
fprintf(f, "\"");
|
||||
|
||||
start_peer(f, indent);
|
||||
fprintf(f, "\"size\": \"%" ZIG_PRI_u64 "\"", ty->abi_size);
|
||||
fprintf(f, "\"size\": \"%" ZIG_PRI_usize "\"", ty->abi_size);
|
||||
|
||||
switch (ty->id) {
|
||||
case ZigTypeIdFnFrame:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user