Revision 5fef40fb target-i386/op.c

b/target-i386/op.c
1639 1639
    env->fpus &= (~0x4700);
1640 1640
}
1641 1641

  
1642
void OPPROTO op_ffree_STN(void)
1643
{
1644
    env->fptags[(env->fpstt + PARAM1) & 7] = 1;
1645
}
1646

  
1642 1647
void OPPROTO op_fmov_ST0_FT0(void)
1643 1648
{
1644 1649
    ST0 = FT0;

Also available in: Unified diff