amd64_cconv: Always reserve a multiple of 8 bytes on the stack.
This is relevant for long doubles, which are 80 bits long, but take up 128 bits on the stack and in memory according to the AMD64 ABI.
Please register or sign in to comment
This is relevant for long doubles, which are 80 bits long, but take up 128 bits on the stack and in memory according to the AMD64 ABI.