Revision a5ad5916 tcg/tcg.c

b/tcg/tcg.c
100 100

  
101 101
/* label relocation processing */
102 102

  
103
void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type, 
104
                   int label_index, long addend)
103
static void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type,
104
                          int label_index, long addend)
105 105
{
106 106
    TCGLabel *l;
107 107
    TCGRelocation *r;

Also available in: Unified diff