Overview

Request 527325 accepted

- aarch64-struct-by-value.patch: fix passing struct by value on aarch64

Loading...

Adam Majer's avatar

++ /* Round down to the natural alignment of the value. */ ++ dest = dest & -alignment;

Just wondering, shouldn't this be

dest = dest & ~alignment;


Andreas Schwab's avatar

No, this is correct, but it should use ALIGN_DOWN.


Adam Majer's avatar

Correct on both accounts.

Request History
Andreas Schwab's avatar

Andreas_Schwab created request

- aarch64-struct-by-value.patch: fix passing struct by value on aarch64


Dirk Mueller's avatar

dirkmueller accepted request

openSUSE Build Service is sponsored by