]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: count call instructions as well
authorFrantisek Sumsal <frantisek@sumsal.cz>
Wed, 10 Feb 2021 09:16:09 +0000 (10:16 +0100)
committerEvgeny Vereshchagin <evvers@ya.ru>
Wed, 10 Feb 2021 17:20:31 +0000 (20:20 +0300)
commit2de908aead1182e07851e05b9f31759fe445e4f5
tree25b440c6589567d565f80df83c665355dc9e2342
parent2c7bd1428009a6bc770d3ca8b06b2a1b046afb00
test: count call instructions as well

Binaries on the latest Arch Linux use `call` instructions instead of
`callq`, which breaks the ASan detection and eventually the image
building process (due to insufficient space).
test/test-functions