All GPF's are now enabled again; LEA reg,reg now correctly sets the register to the last computed effective address (undocumented behavior).

This commit is contained in:
OBattler
2016-08-10 04:43:13 +02:00
parent 8d39f0ac76
commit 723b685327
7 changed files with 51 additions and 10 deletions

View File

@@ -108,6 +108,7 @@ struct
uint32_t flags_op1, flags_op2;
uint32_t pc;
uint32_t last_ea;
} cpu_state;
/*x86reg regs[8];*/