Commit 20ade9b
committed
core: map UnsignedLong to UInt32
Windows ARM64 is a LLP64 platform, which means that `unsigned long` is a
32-bit value. This was already mapped properly for x86_64, but somehow
had missed ARM64. This repairs that which is required for building the
standard library.1 parent ea002ec commit 20ade9b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments