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:
parent
5b2087f84d
commit
4fe71bdbed
3 changed files with 32 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue