diff options
Diffstat (limited to 'cpu-common.h')
-rw-r--r-- | cpu-common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cpu-common.h b/cpu-common.h index 8f89325a84..d0941946ae 100644 --- a/cpu-common.h +++ b/cpu-common.h @@ -10,12 +10,7 @@ #include "bswap.h" /* address in the RAM (different from a physical address) */ -#ifdef CONFIG_KQEMU -/* FIXME: This is wrong. */ -typedef uint32_t ram_addr_t; -#else typedef unsigned long ram_addr_t; -#endif /* memory API */ |