mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
f0e44e5fe8
Return a pointer to a buffer of the requested size and let the macro dereference it as the target type, instead of casting a uintmax_t. This makes the macro usable for types wider than uintmax_t.