diff --git a/src/stage1/os.hpp b/src/stage1/os.hpp index 4f38403a9eb944cf1d68e1cfc3e41179e56a32e9..1dd30804ba2c7182a82e01fbe0439cc171efbee7 100644 --- a/src/stage1/os.hpp +++ b/src/stage1/os.hpp @@ -46,7 +46,7 @@ #endif #if defined(ZIG_OS_WINDOWS) -#define ZIG_PRI_usize "I64u" +#define ZIG_PRI_usize "Iu" #define ZIG_PRI_i64 "I64d" #define ZIG_PRI_u64 "I64u" #define ZIG_PRI_llu "I64u"