correct opcode of FNSTSW (hopefully fixes minix under virtualpc)

This commit is contained in:
Ben Gras 2010-01-25 16:25:20 +00:00
parent ee4cff8d66
commit 515d6ebc9a

View file

@ -642,7 +642,7 @@ void ack_emit_instruction(asm86_t *a)
}
/* unsupported fnstsw */
if (a->opcode == FNSTSW) {
ack_printf(".data1 0xDF, 0xD0\n"); /* FNSTSW [eax] */
ack_printf(".data1 0xDF, 0xE0\n"); /* FNSTSW [eax] */
return;
}
/* unsupported frstor */