Revision 623e265c tcg/i386/tcg-target.c

b/tcg/i386/tcg-target.c
318 318
            tcg_out8(s, 0x80 + opc);
319 319
        }
320 320
        tcg_out_reloc(s, s->code_ptr, R_386_PC32, label_index, -4);
321
        tcg_out32(s, -4);
321
        s->code_ptr += 4;
322 322
    }
323 323
}
324 324

  

Also available in: Unified diff