mirror of
https://github.com/mirror/tinycc.git
synced 2026-09-01 12:07:53 +08:00
This matters when sizeof is directly used in arithmetic, ala "uintptr_t t; t &= -sizeof(long)" (for alignment). When sizeof isn't size_t (as it's specified to be) this masking will truncate the high bits of the uintptr_t object (if uintptr_t is larger than uint).
44 KiB
44 KiB