OSDN Git Service

pc-bios/s390-ccw: Fix inline assembly for older versions of Clang
authorThomas Huth <thuth@redhat.com>
Wed, 12 May 2021 17:15:48 +0000 (19:15 +0200)
committerThomas Huth <thuth@redhat.com>
Fri, 14 May 2021 10:38:43 +0000 (12:38 +0200)
commit052b66e7211af64964e005126eaa3c944b296b0e
treedad310fc0688009b2259ca72e9426ced70e6c4ef
parent2ed765fdeed88cb5434148f0d6ef27ece3dc063c
pc-bios/s390-ccw: Fix inline assembly for older versions of Clang

Clang versions before v11.0 insist on having the %rX or %cX register
names instead of just a number. Since our Travis-CI is currently
still using Clang v6.0, we have to fix this to avoid failing jobs.

Message-Id: <20210512171550.476130-2-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/helper.h
pc-bios/s390-ccw/jump2ipl.c
pc-bios/s390-ccw/menu.c
pc-bios/s390-ccw/virtio.c