Implemented selector limits on some instructions - fixes LBA2.
GPFs in real mode now work. Selectors correctly zeroed on far return to lower privilege.
This commit is contained in:
parent
624ef9ba3c
commit
cd2c3b47ed
16 changed files with 404 additions and 462 deletions
|
|
@ -515,7 +515,7 @@ static int opHLT(uint32_t fetchdat)
|
|||
x86gpf(NULL,0);
|
||||
return 0;
|
||||
}
|
||||
if (!((flags&I_FLAG) && pic_intpending && !ssegs))
|
||||
if (!((flags&I_FLAG) && pic_intpending))
|
||||
{
|
||||
cycles -= 100;
|
||||
pc--;
|
||||
|
|
|
|||
Loading…
Reference in a new issue