Merge branch 'master' into mem_map_ex_cse

This commit is contained in:
Chris Eagle
2015-08-29 21:22:33 -07:00
10 changed files with 179 additions and 14 deletions

View File

@ -98,7 +98,6 @@ struct uc_struct {
void* cpu;
MemoryRegion *system_memory; // qemu/exec.c
MemoryRegion *ram;
MemoryRegion io_mem_rom; // qemu/exec.c
MemoryRegion io_mem_notdirty; // qemu/exec.c
MemoryRegion io_mem_unassigned; // qemu/exec.c