Revision 3e25f951 target-i386/ops_template.h

b/target-i386/ops_template.h
608 608
    glue(cpu_x86_out, SUFFIX)(env, EDX & 0xffff, T0);
609 609
}
610 610

  
611
void OPPROTO glue(glue(op_check_io, SUFFIX), _T0)(void)
612
{
613
    glue(glue(check_io, SUFFIX), _T0)();
614
}
615

  
616
void OPPROTO glue(glue(op_check_io, SUFFIX), _DX)(void)
617
{
618
    glue(glue(check_io, SUFFIX), _DX)();
619
}
620

  
611 621
#undef DATA_BITS
612 622
#undef SHIFT_MASK
613 623
#undef SIGN_MASK

Also available in: Unified diff