Skip to content

Commit fc29835

Browse files
committed
---
yaml --- r: 4516 b: refs/heads/master c: f6ad051 h: refs/heads/master v: v3
1 parent ff5e05f commit fc29835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: ceaf02abe17ce57639701510bf1a3837994fa845
2+
refs/heads/master: f6ad0514087f985ce1c1aad126b28b8e17e2e005

trunk/src/rt/rust_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ next_power_of_two(size_t s)
119119
tmp |= tmp >> 4;
120120
tmp |= tmp >> 8;
121121
tmp |= tmp >> 16;
122-
#if SIZE_MAX == UINT64_MAX
122+
#ifdef _LP64
123123
tmp |= tmp >> 32;
124124
#endif
125125
return tmp + 1;

0 commit comments

Comments
 (0)