From: Peter Maydell <[email protected]> The gen_qemu_ld8s() function is unused; remove it.
Signed-off-by: Peter Maydell <[email protected]> Signed-off-by: Alexander Graf <[email protected]> --- target-ppc/translate.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/target-ppc/translate.c b/target-ppc/translate.c index b501655..b23933f 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -2662,11 +2662,6 @@ static inline void gen_qemu_ld8u(DisasContext *ctx, TCGv arg1, TCGv arg2) tcg_gen_qemu_ld8u(arg1, arg2, ctx->mem_idx); } -static inline void gen_qemu_ld8s(DisasContext *ctx, TCGv arg1, TCGv arg2) -{ - tcg_gen_qemu_ld8s(arg1, arg2, ctx->mem_idx); -} - static inline void gen_qemu_ld16u(DisasContext *ctx, TCGv arg1, TCGv arg2) { TCGMemOp op = MO_UW | ctx->default_tcg_memop_mask; -- 1.8.1.4
