Revision a5ad5916

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;
b/tcg/tcg.h
477 477
TCGv_i32 tcg_const_local_i32(int32_t val);
478 478
TCGv_i64 tcg_const_local_i64(int64_t val);
479 479

  
480
void tcg_out_reloc(TCGContext *s, uint8_t *code_ptr, int type, 
481
                   int label_index, long addend);
482

  
483 480
extern uint8_t code_gen_prologue[];
484 481
#if defined(_ARCH_PPC) && !defined(_ARCH_PPC64)
485 482
#define tcg_qemu_tb_exec(tb_ptr) \

Also available in: Unified diff