uc_x86_mmr type available in qemu/target-i386/unicorn.c

This commit is contained in:
Chris Eagle
2016-02-04 19:09:41 -08:00
parent 59f7bf3be7
commit 49b9f4f8da
4 changed files with 59 additions and 58 deletions

View File

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