MINOR: atomic: don't use ; to separate instruction on aarch64.
authorOlivier Houchard <cognet@ci0.org>
Wed, 23 Dec 2020 00:23:41 +0000 (01:23 +0100)
committerOlivier Houchard <cognet@ci0.org>
Wed, 23 Dec 2020 00:23:41 +0000 (01:23 +0100)
commit63ee28185430cbf5bdce21f82484f7de70fe4654
tree39a10fe539f75427a809d0e42eebc3d3c2079dec
parent5dcec7e53957bea5acc38b85e96cab2e9a2e4684
MINOR: atomic: don't use ; to separate instruction on aarch64.

The assembler on MacOS aarch64 interprets ; as the beginning of comments,
so it is not suitable for separating instructions in inline asm. Use \n
instead.

This should be backported to 2.3, 2.2, 2.1, 2.0 and 1.9.
include/haproxy/atomic.h