Interpreter and dynamic recompiler now present in a single binary.
This commit is contained in:
parent
969d5811e5
commit
f339f00315
25 changed files with 365 additions and 1208 deletions
|
|
@ -114,9 +114,7 @@ typedef struct
|
|||
uint8_t access;
|
||||
uint16_t seg;
|
||||
uint32_t limit_low, limit_high;
|
||||
#ifdef DYNAREC
|
||||
int checked; /*Non-zero if selector is known to be valid*/
|
||||
#endif
|
||||
} x86seg;
|
||||
|
||||
x86seg gdt,ldt,idt,tr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue