aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stack_report.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stack_report.cpp b/src/stack_report.cpp
index 3a0abd6cef..bd5a436316 100644
--- a/src/stack_report.cpp
+++ b/src/stack_report.cpp
@@ -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: