Revision 9349b4f9 tcg/i386/tcg-target.c

b/tcg/i386/tcg-target.c
1031 1031
                (CPU_TLB_SIZE - 1) << CPU_TLB_ENTRY_BITS, 0);
1032 1032

  
1033 1033
    tcg_out_modrm_sib_offset(s, OPC_LEA + P_REXW, r1, TCG_AREG0, r1, 0,
1034
                             offsetof(CPUState, tlb_table[mem_index][0])
1034
                             offsetof(CPUArchState, tlb_table[mem_index][0])
1035 1035
                             + which);
1036 1036

  
1037 1037
    /* cmp 0(r1), r0 */

Also available in: Unified diff