correct opcode of FNSTSW (hopefully fixes minix under virtualpc)
This commit is contained in:
parent
ee4cff8d66
commit
515d6ebc9a
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue