Made RETF restartable when the target segment is not present
This commit is contained in:
parent
2d7cbe2864
commit
5b64488286
5 changed files with 100 additions and 41 deletions
|
|
@ -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: {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue