added ffree

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@918 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-06-12 11:34:10 +00:00
parent e69390cee7
commit 5fef40fb4d

View file

@ -1639,6 +1639,11 @@ void OPPROTO op_fincstp(void)
env->fpus &= (~0x4700);
}
void OPPROTO op_ffree_STN(void)
{
env->fptags[(env->fpstt + PARAM1) & 7] = 1;
}
void OPPROTO op_fmov_ST0_FT0(void)
{
ST0 = FT0;