mirror of
https://github.com/opnsense/src.git
synced 2026-06-16 03:59:36 -04:00
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. Reviewed by: dchagin, emaste Differential Revision: https://reviews.freebsd.org/D45087 |
||
|---|---|---|
| .. | ||
| soxstack | ||
| stack | ||
| Makefile | ||
| Makefile.depend | ||
| mlock_test.c | ||
| mmap_map_32bit_helper.c | ||
| mmap_map_32bit_test.sh | ||
| mmap_test.c | ||
| page_fault_signal.c | ||
| shared_shadow_inval_test.c | ||