Made RETF restartable when the target segment is not present

This commit is contained in:
Jeff Parsons 2015-08-21 15:19:16 -07:00
commit 5b64488286
5 changed files with 100 additions and 41 deletions

View file

@ -330,7 +330,7 @@ var X86 = {
EXT: 0x0001,
IDT: 0x0002,
LDT: 0x0004,
MASK: 0xFFF8 // index of corresponding entry in GDT, LDT or IDT
SELMASK: 0xFFFC
},
RESULT: {
/*