The instruction following STI is always executed, even if an interrupt

is pending. Fixes Windows 9x boot broken by SYSENTER commit.
This commit is contained in:
SarahW 2020-07-01 21:50:11 +01:00
commit 4fe71bdbed
3 changed files with 32 additions and 4 deletions

View file

@ -303,4 +303,6 @@ void sysexit(void);
int divl(uint32_t val);
int idivl(int32_t val);
extern int cpu_end_block_after_ins;
#endif