mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-09-09 00:07:57 -06:00
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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue