Revision d4a9eb1f tcg/ppc/tcg-target.c

b/tcg/ppc/tcg-target.c
39 39
#define ADDEND_OFFSET 4
40 40
#endif
41 41

  
42
#ifndef NDEBUG
42 43
static const char * const tcg_target_reg_names[TCG_TARGET_NB_REGS] = {
43 44
    "r0",
44 45
    "r1",
......
73 74
    "r30",
74 75
    "r31"
75 76
};
77
#endif
76 78

  
77 79
static const int tcg_target_reg_alloc_order[] = {
78 80
    TCG_REG_R14,

Also available in: Unified diff