diff --git a/lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp b/lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp index 964f0364d65e9..987a55e7e8575 100644 --- a/lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp +++ b/lldb/source/Plugins/Process/Utility/MemoryTagManagerAArch64MTE.cpp @@ -74,8 +74,7 @@ MemoryTagManagerAArch64MTE::UnpackTagsData(const std::vector &tags, return llvm::createStringError( llvm::inconvertibleErrorCode(), "Packed tag data size does not match expected number of tags. " - "Expected %" PRIu64 " tag(s) for %" PRIu64 " granules, got %" PRIu64 - " tag(s).", + "Expected %zu tag(s) for %zu granules, got %zu tag(s).", granules, granules, num_tags); }