updated gdtr/idtr/ldtr/tr read/write code

This commit is contained in:
Chris Eagle
2016-02-04 16:44:52 -08:00
parent 9977054a15
commit e59382e030
4 changed files with 120 additions and 155 deletions

2
qemu/target-i386/cpu.h Normal file → Executable file
View File

@@ -699,7 +699,7 @@ typedef enum {
typedef struct SegmentCache {
uint32_t selector;
target_ulong base;
uint64_t base; /* handle 32 or 64 bit CPUs */
uint32_t limit;
uint32_t flags;
} SegmentCache;