Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid integer literals that won't fit. (#2348)
Motivation: While the "giant buffer" test doesn't run on 32-bit systems, it does need to compile. That means we can't set a pointer to a value that won't fit into an Int. Modifications: Smaller pointers! Result: The compile should work again.
- Loading branch information