Revision e4d58b41 tcg/sparc/tcg-target.c

b/tcg/sparc/tcg-target.c
691 691
#endif
692 692

  
693 693
/* Generate global QEMU prologue and epilogue code */
694
void tcg_target_qemu_prologue(TCGContext *s)
694
static void tcg_target_qemu_prologue(TCGContext *s)
695 695
{
696 696
    tcg_out32(s, SAVE | INSN_RD(TCG_REG_O6) | INSN_RS1(TCG_REG_O6) |
697 697
              INSN_IMM13(-TCG_TARGET_STACK_MINFRAME));
......
1533 1533
    { -1 },
1534 1534
};
1535 1535

  
1536
void tcg_target_init(TCGContext *s)
1536
static void tcg_target_init(TCGContext *s)
1537 1537
{
1538 1538
    tcg_regset_set32(tcg_target_available_regs[TCG_TYPE_I32], 0, 0xffffffff);
1539 1539
#if TCG_TARGET_REG_BITS == 64

Also available in: Unified diff