target-ppc: Remove unused gen_qemu_ld8s()
The gen_qemu_ld8s() function is unused; remove it. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
b247812e4a
commit
c99b6f879a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user