Re: [Qemu-devel] [PATCH] tcg: Fix tci build

2017-09-11 Thread Jincheng Miao
Good to know, and thanks for your review and remind. Regards, Jincheng Miao On Tue, Sep 12, 2017 at 1:29 AM, Alistair Francis wrote: > On Mon, Sep 11, 2017 at 5:17 PM, wrote: >> From: Jincheng Miao >> >> The previous commit 659ef5cbb8 enable LDST_LABELS in tci target, >> but which causes tci

Re: [Qemu-devel] [PATCH] tcg: Fix tci build

2017-09-11 Thread Alistair Francis
On Mon, Sep 11, 2017 at 5:17 PM, wrote: > From: Jincheng Miao > > The previous commit 659ef5cbb8 enable LDST_LABELS in tci target, > but which causes tci build error like: > tcg/tcg.c:116:13: error: ‘tcg_out_ldst_finalize’ used but never defined > [-Werror] > static bool tcg_out_ldst_finalize(

[Qemu-devel] [PATCH] tcg: Fix tci build

2017-09-11 Thread jincheng . miao
From: Jincheng Miao The previous commit 659ef5cbb8 enable LDST_LABELS in tci target, but which causes tci build error like: tcg/tcg.c:116:13: error: ‘tcg_out_ldst_finalize’ used but never defined [-Werror] static bool tcg_out_ldst_finalize(TCGContext *s); ^ cc1: all warnings being