Revision 22548760 target-sparc/op_helper.c

b/target-sparc/op_helper.c
16 16
#define DPRINTF_MMU(fmt, args...) \
17 17
do { printf("MMU: " fmt , ##args); } while (0)
18 18
#else
19
#define DPRINTF_MMU(fmt, args...)
19
#define DPRINTF_MMU(fmt, args...) do {} while (0)
20 20
#endif
21 21

  
22 22
#ifdef DEBUG_MXCC
23 23
#define DPRINTF_MXCC(fmt, args...) \
24 24
do { printf("MXCC: " fmt , ##args); } while (0)
25 25
#else
26
#define DPRINTF_MXCC(fmt, args...)
26
#define DPRINTF_MXCC(fmt, args...) do {} while (0)
27 27
#endif
28 28

  
29 29
#ifdef DEBUG_ASI
30 30
#define DPRINTF_ASI(fmt, args...) \
31 31
do { printf("ASI: " fmt , ##args); } while (0)
32 32
#else
33
#define DPRINTF_ASI(fmt, args...)
33
#define DPRINTF_ASI(fmt, args...) do {} while (0)
34 34
#endif
35 35

  
36 36
void raise_exception(int tt)

Also available in: Unified diff