Interpreter and dynamic recompiler now present in a single binary.

This commit is contained in:
TomW 2015-08-21 20:55:36 +01:00
commit f339f00315
25 changed files with 365 additions and 1208 deletions

View file

@ -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;