Attention is currently required from: Felix Singer. Hello build bot (Jenkins), Nico Huber, Thomas Heijligen, Paul Menzel, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/63487
to look at the new patch set (#6).
Change subject: hwaccess: use __asm__ as it is done elsewhere ......................................................................
hwaccess: use __asm__ as it is done elsewhere
`asm()` doesn't work with musl libc. Thus, use `__asm__` as it is done elsewhere and fix compilation under non glibc.
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/6