Modern GCC complains when casting pointers to integers of a different
size (even a larger one). Switch from uint64_t to uintptr_t which will
always be the right size for a stack address instead of maybe being too
big.
Details
Details
- Reviewers
dchagin emaste - Commits
- rGeb5fd01b53a6: soxstack: slience 32-bit gcc warning
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 57579 Build 54467: arc lint + arc unit