diff options
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/op.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target-i386/op.c b/target-i386/op.c index 8b28007..f7276ca 100644 --- a/target-i386/op.c +++ b/target-i386/op.c @@ -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; |