Revision 332ae28d

b/cpu-common.h
3 3

  
4 4
/* CPU interfaces that are target indpendent.  */
5 5

  
6
#if defined(__arm__) || defined(__sparc__) || defined(__mips__) || defined(__hppa__) || defined(__ia64__)
7
#define WORDS_ALIGNED
8
#endif
9

  
10 6
#ifdef TARGET_PHYS_ADDR_BITS
11 7
#include "targphys.h"
12 8
#endif
b/qemu-common.h
5 5
#include "compiler.h"
6 6
#include "config-host.h"
7 7

  
8
#if defined(__arm__) || defined(__sparc__) || defined(__mips__) || defined(__hppa__) || defined(__ia64__)
9
#define WORDS_ALIGNED
10
#endif
11

  
8 12
#define TFR(expr) do { if ((expr) != -1) break; } while (errno == EINTR)
9 13

  
10 14
typedef struct QEMUTimer QEMUTimer;

Also available in: Unified diff