Revision e4d58b41 tcg/ppc/tcg-target.c

b/tcg/ppc/tcg-target.c
900 900
#endif
901 901
}
902 902

  
903
void tcg_target_qemu_prologue (TCGContext *s)
903
static void tcg_target_qemu_prologue (TCGContext *s)
904 904
{
905 905
    int i, frame_size;
906 906

  
......
1885 1885
    { -1 },
1886 1886
};
1887 1887

  
1888
void tcg_target_init(TCGContext *s)
1888
static void tcg_target_init(TCGContext *s)
1889 1889
{
1890 1890
    tcg_regset_set32(tcg_target_available_regs[TCG_TYPE_I32], 0, 0xffffffff);
1891 1891
    tcg_regset_set32(tcg_target_call_clobber_regs, 0,

Also available in: Unified diff