diff options
Diffstat (limited to 'cpu-common.h')
-rw-r--r-- | cpu-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-common.h b/cpu-common.h index b730ca033d..b24cecc75c 100644 --- a/cpu-common.h +++ b/cpu-common.h @@ -125,7 +125,6 @@ void cpu_physical_memory_write_rom(target_phys_addr_t addr, /* Acts like a ROM when read and like a device when written. */ #define IO_MEM_ROMD (1) #define IO_MEM_SUBPAGE (2) -#define IO_MEM_SUBWIDTH (4) #endif |