Re: [PATCH] tcg/tci: Restrict tci_write_reg16() to 64-bit hosts

2021-01-27 Thread Laurent Vivier
Le 23/01/2021 à 11:30, Stefan Weil a écrit : > Am 23.01.21 um 10:41 schrieb Philippe Mathieu-Daudé: > >> Restrict tci_write_reg16() to 64-bit hosts to fix on 32-bit ones: >> >>    [520/1115] Compiling C object libqemu-arm-linux-user.fa.p/tcg_tci.c.o >>    FAILED:

Re: [PATCH] tcg/tci: Restrict tci_write_reg16() to 64-bit hosts

2021-01-23 Thread Stefan Weil
Am 23.01.21 um 10:41 schrieb Philippe Mathieu-Daudé: Restrict tci_write_reg16() to 64-bit hosts to fix on 32-bit ones: [520/1115] Compiling C object libqemu-arm-linux-user.fa.p/tcg_tci.c.o FAILED: libqemu-arm-linux-user.fa.p/tcg_tci.c.o tcg/tci.c:132:1: error: 'tci_write_reg16'

[PATCH] tcg/tci: Restrict tci_write_reg16() to 64-bit hosts

2021-01-23 Thread Philippe Mathieu-Daudé
Restrict tci_write_reg16() to 64-bit hosts to fix on 32-bit ones: [520/1115] Compiling C object libqemu-arm-linux-user.fa.p/tcg_tci.c.o FAILED: libqemu-arm-linux-user.fa.p/tcg_tci.c.o tcg/tci.c:132:1: error: 'tci_write_reg16' defined but not used [-Werror=unused-function]