CmmToLlvm: Sign/Zero extend parameters for foreign calls
For some architectures the C calling convention is that any integer shorter than 64 bits is replaced by its 64 bits representation using sign or zero extension. This is basically a backport of 0ac5860e but adjusted for the 8.10 branch. Fixes #20120
Loading
Please register or sign in to comment