Revision 4a1418e0 cpu-common.h

b/cpu-common.h
10 10
#include "bswap.h"
11 11

  
12 12
/* address in the RAM (different from a physical address) */
13
#ifdef CONFIG_KQEMU
14
/* FIXME: This is wrong.  */
15
typedef uint32_t ram_addr_t;
16
#else
17 13
typedef unsigned long ram_addr_t;
18
#endif
19 14

  
20 15
/* memory API */
21 16

  

Also available in: Unified diff