mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-26 22:25:12 -07:00
When compiling the s390-ccw firmware with Clang 7.0.1, I get the
following errors:
pc-bios/s390-ccw/start.S:62:19: error: invalid use of length addressing
stctg 0,0,0(15)
^
pc-bios/s390-ccw/start.S:63:12: error: invalid use of length addressing
oi 6(15), 0x2
^
pc-bios/s390-ccw/start.S:64:19: error: invalid use of length addressing
lctlg 0,0,0(15)
^
pc-bios/s390-ccw/start.S:76:19: error: invalid use of length addressing
stctg 0,0,0(15)
^
pc-bios/s390-ccw/start.S:77:12: error: invalid use of length addressing
ni 6(15), 0xfd
^
pc-bios/s390-ccw/start.S:78:19: error: invalid use of length addressing
lctlg 0,0,0(15)
^
pc-bios/s390-ccw/start.S:79:12: error: invalid operand for instruction
br 14
^
Let's use proper register names like in the rest of this file to fix it.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1547123559-30476-1-git-send-email-thuth@redhat.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
|
||
|---|---|---|
| .. | ||
| bootmap.c | ||
| bootmap.h | ||
| bswap.h | ||
| cio.h | ||
| iplb.h | ||
| jump2ipl.c | ||
| libc.c | ||
| libc.h | ||
| main.c | ||
| Makefile | ||
| menu.c | ||
| netboot.mak | ||
| netmain.c | ||
| s390-ccw.h | ||
| sclp.c | ||
| sclp.h | ||
| scsi.h | ||
| start.S | ||
| virtio-blkdev.c | ||
| virtio-net.c | ||
| virtio-scsi.c | ||
| virtio-scsi.h | ||
| virtio.c | ||
| virtio.h | ||