Revision 9e622b15 tcg/x86_64/tcg-target.c

b/tcg/x86_64/tcg-target.c
243 243
    }
244 244
    if (opc & P_EXT)
245 245
        tcg_out8(s, 0x0f);
246
    tcg_out8(s, opc);
246
    tcg_out8(s, opc & 0xff);
247 247
}
248 248

  
249 249
static inline void tcg_out_modrm(TCGContext *s, int opc, int r, int rm)

Also available in: Unified diff