added ffree
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@918 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e69390cee7
commit
5fef40fb4d
@ -1639,6 +1639,11 @@ void OPPROTO op_fincstp(void)
|
|||||||
env->fpus &= (~0x4700);
|
env->fpus &= (~0x4700);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void OPPROTO op_ffree_STN(void)
|
||||||
|
{
|
||||||
|
env->fptags[(env->fpstt + PARAM1) & 7] = 1;
|
||||||
|
}
|
||||||
|
|
||||||
void OPPROTO op_fmov_ST0_FT0(void)
|
void OPPROTO op_fmov_ST0_FT0(void)
|
||||||
{
|
{
|
||||||
ST0 = FT0;
|
ST0 = FT0;
|
||||||
|
Loading…
Reference in New Issue
Block a user