| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5652ce0 commit 155783d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1855,7 +1855,7 @@ TEST(TestAlignmentCalculations) { | |||
| 1855 | 1855 | Heap::GetMaximumFillToAlign(kSimd128Unaligned); | |
| 1856 | 1856 | CHECK_EQ(maximum_simd128_misalignment, max_simd128_unaligned_fill); | |
| 1857 | 1857 | ||
| 1858 | - Address base = reinterpret_cast<Address>(NULL); | ||
| 1858 | + Address base = static_cast<Address>(NULL); | ||
| 1859 | 1859 | int fill = 0; | |
| 1860 | 1860 | ||
| 1861 | 1861 | // Word alignment never requires fill. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments