diff --git a/src/link/output.cpp b/src/link/output.cpp index 3a6f417e..fbb36bb2 100644 --- a/src/link/output.cpp +++ b/src/link/output.cpp @@ -527,7 +527,7 @@ static void writeMapSummary() { fprintf( mapFile, - "\t%s: %" PRId32 " byte%s used / %" PRId32 " free", + "\t%s: %" PRIu32 " byte%s used / %" PRIu32 " free", sectionTypeInfo[type].name.c_str(), usedTotal, usedTotal == 1 ? "" : "s",