Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tcg/ppc: Remove unused s_bits variable
Thanks to Alexander Graf for heads up.

Signed-off-by: malc <av1474@comtv.ru>
  • Loading branch information
malc committed Nov 19, 2012
1 parent a36e956 commit ecdffbc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tcg/ppc/tcg-target.c
Expand Up @@ -901,7 +901,6 @@ static void tcg_out_qemu_ld_slow_path (TCGContext *s, TCGLabelQemuLdst *label)

static void tcg_out_qemu_st_slow_path (TCGContext *s, TCGLabelQemuLdst *label)
{
int s_bits;
int ir;
int opc = label->opc;
int mem_index = label->mem_index;
Expand All @@ -911,8 +910,6 @@ static void tcg_out_qemu_st_slow_path (TCGContext *s, TCGLabelQemuLdst *label)
uint8_t *raddr = label->raddr;
uint8_t **label_ptr = &label->label_ptr[0];

s_bits = opc & 3;

/* resolve label address */
reloc_pc14 (label_ptr[0], (tcg_target_long) s->code_ptr);

Expand Down

0 comments on commit ecdffbc

Please sign in to comment.