remove redundant uc_struct.ram

This commit is contained in:
Nguyen Anh Quynh
2015-08-30 10:51:28 +08:00
parent b4d7347fa8
commit c23d387e2f
2 changed files with 4 additions and 5 deletions

View File

@ -95,7 +95,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