]> git.proxmox.com Git - qemu.git/commitdiff
tcg/ppc: Remove unused s_bits variable
authormalc <av1474@comtv.ru>
Mon, 19 Nov 2012 18:22:24 +0000 (22:22 +0400)
committermalc <av1474@comtv.ru>
Mon, 19 Nov 2012 18:22:24 +0000 (22:22 +0400)
Thanks to Alexander Graf for heads up.

Signed-off-by: malc <av1474@comtv.ru>
tcg/ppc/tcg-target.c

index 34a0693c5887c96bde40427568287ea43dd75849..a42a04a62ac6b0ffb225e958bb9ca0d61820904d 100644 (file)
@@ -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;
@@ -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);