mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
535c9dd346
The architecture-specific pointer (generic register) size is used instead. For all the ABIs we support the value of this parameter was already set to its pointer size. We might need to reintroduce the parameter in the future if we want to support a super-exotic ABI with different stack alignment requirements, but that seems highly unlikely. This also introduces the argument extension helper for one stop all treating small arguments when they are put into a register or pushed into the stack.