Message ID | 20221031053948.3408-1-richard.henderson@linaro.org |
---|---|
State | New |
Headers | show |
This pull request causes the following CI failure: cc -m64 -mcx16 -Ilibqemu-i386-softmmu.fa.p -I. -I.. -Itarget/i386 -I../target/i386 -Iqapi -Itrace -Iui -Iui/shader -I/usr/include/pixman-1 -I/usr/include/capstone -I/usr/include/spice-server -I/usr/include/spice-1 -I/usr/include/cacard -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/nss3 -I/usr/include/nspr4 -fdiagnostics-color=auto -Wall -Winvalid-pch -Werror -std=gnu11 -O2 -g -isystem /builds/qemu-project/qemu/linux-headers -isystem linux-headers -iquote . -iquote /builds/qemu-project/qemu -iquote /builds/qemu-project/qemu/include -pthread -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -Wold-style-declaration -Wold-style-definition -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wnested-externs -Wendif-labels -Wexpansion-to-defined -Wimplicit-fallthrough=2 -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-psabi -fstack-protector-strong -fPIE -isystem../linux-headers -isystemlinux-headers -DNEED_CPU_H '-DCONFIG_TARGET="i386-softmmu-config-target.h"' '-DCONFIG_DEVICES="i386-softmmu-config-devices.h"' -MD -MQ libqemu-i386-softmmu.fa.p/target_i386_helper.c.o -MF libqemu-i386-softmmu.fa.p/target_i386_helper.c.o.d -o libqemu-i386-softmmu.fa.p/target_i386_helper.c.o -c ../target/i386/helper.c ../target/i386/helper.c: In function ‘get_memio_eip’: ../target/i386/helper.c:514:19: error: ‘TARGET_INSN_START_WORDS’ undeclared (first use in this function); did you mean ‘TARGET_INSN_START_EXTRA_WORDS’? uint64_t data[TARGET_INSN_START_WORDS]; ^~~~~~~~~~~~~~~~~~~~~~~ TARGET_INSN_START_EXTRA_WORDS ../target/i386/helper.c:514:19: note: each undeclared identifier is reported only once for each function it appears in ../target/i386/helper.c:514:14: error: unused variable ‘data’ [-Werror=unused-variable] uint64_t data[TARGET_INSN_START_WORDS]; ^~~~ https://gitlab.com/qemu-project/qemu/-/jobs/3252134230 Stefan