Revision d4a9eb1f tcg/hppa/tcg-target.c

b/tcg/hppa/tcg-target.c
22 22
 * THE SOFTWARE.
23 23
 */
24 24

  
25
#ifndef NDEBUG
25 26
static const char * const tcg_target_reg_names[TCG_TARGET_NB_REGS] = {
26 27
    "%r0",
27 28
    "%r1",
......
56 57
    "%sp",
57 58
    "%r31",
58 59
};
60
#endif
59 61

  
60 62
static const int tcg_target_reg_alloc_order[] = {
61 63
    TCG_REG_R4,
......
106 108
}
107 109

  
108 110
/* parse target specific constraints */
109
int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str)
111
static int target_parse_constraint(TCGArgConstraint *ct, const char **pct_str)
110 112
{
111 113
    const char *ct_str;
112 114

  

Also available in: Unified diff