| author | |
| committer | |
| log | 1856dfea6b797d852b496c2111dbb326dbe2957e |
| tree | b68f1b5f2e3a696a4c5b3bd43032e29c4f4445b6 |
| parent | af8eab546ef5bafc229598440200681f0fa5a1e8 |
Use `Iu` on Windows, the integer width depends on the target being
a 32bit or a 64bit one.1 files changed, 1 insertions(+), 1 deletions(-)
src/stage1/os.hpp+1-1| ... | ... | @@ -46,7 +46,7 @@ |
| 46 | 46 | #endif |
| 47 | 47 | |
| 48 | 48 | #if defined(ZIG_OS_WINDOWS) |
| 49 | #define ZIG_PRI_usize "I64u" | |
| 49 | #define ZIG_PRI_usize "Iu" | |
| 50 | 50 | #define ZIG_PRI_i64 "I64d" |
| 51 | 51 | #define ZIG_PRI_u64 "I64u" |
| 52 | 52 | #define ZIG_PRI_llu "I64u" |