Properly reimplemented FFREEP.

This commit is contained in:
OBattler
2016-08-09 03:54:24 +02:00
parent add05713dd
commit 0920552fcc
3 changed files with 6 additions and 12 deletions

View File

@@ -52,6 +52,8 @@ static int opFFREE(uint32_t fetchdat)
static int opFFREEP(uint32_t fetchdat)
{
FP_ENTER();
cpu_state.pc++;
if (fplog) pclog("FFREEP\n");
tag[(TOP + fetchdat) & 7] = 3; if (abrt) return 1;
x87_pop();