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

b/tcg/x86_64/tcg-target.c
431 431
            tcg_out8(s, 0x80 + opc);
432 432
        }
433 433
        tcg_out_reloc(s, s->code_ptr, R_386_PC32, label_index, -4);
434
        tcg_out32(s, -4);
434
        s->code_ptr += 4;
435 435
    }
436 436
}
437 437

  

Also available in: Unified diff