fix build on macOS + xcode + clang

master
Michael Dusan 2019-09-10 14:35:51 -04:00 committed by Andrew Kelley
parent ba4d83af3e
commit 68d159ea9d
1 changed files with 1 additions and 1 deletions

View File

@ -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: