| author | |
| committer | |
| log | 68d159ea9de5b9f59ad2e658017c45a33698a008 |
| tree | d8ff9bb6996659b977dcaec5a5344f29898852d6 |
| parent | ba4d83af3e58ce2a34ccb945a297211333fd904c |
1 files changed, 1 insertions(+), 1 deletions(-)
src/stack_report.cpp+1-1| ... | ... | @@ -95,7 +95,7 @@ static void tree_print(FILE *f, ZigType *ty, size_t indent) { |
| 95 | 95 | fprintf(f, "\""); |
| 96 | 96 | |
| 97 | 97 | start_peer(f, indent); |
| 98 | fprintf(f, "\"size\": \"%" ZIG_PRI_u64 "\"", ty->abi_size); | |
| 98 | fprintf(f, "\"size\": \"%" ZIG_PRI_usize "\"", ty->abi_size); | |
| 99 | 99 | |
| 100 | 100 | switch (ty->id) { |
| 101 | 101 | case ZigTypeIdFnFrame: |