Attention is currently required from: Nico Huber, Thomas Heijligen. Hello build bot (Jenkins), Nico Huber, Thomas Heijligen,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/63487
to look at the new patch set (#4).
Change subject: hwaccess: use __asm__ as it is done elsewhere ......................................................................
hwaccess: use __asm__ as it is done elsewhere
`asm()` is glibc specific. Thus, use `__asm__` as it is done elsewhere and it fixes compilation under non glibc, such as musl libc.
Change-Id: I834fa6e171d2b20e1a5faa5a2e8f54caf107171a Signed-off-by: Rosen Penev rosenp@gmail.com Signed-off-by: Felix Singer felixsinger@posteo.net --- M hwaccess_physmap.c 1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/87/63487/4