Revision e4d58b41 tcg/mips/tcg-target.c

b/tcg/mips/tcg-target.c
1466 1466
};
1467 1467

  
1468 1468
/* Generate global QEMU prologue and epilogue code */
1469
void tcg_target_qemu_prologue(TCGContext *s)
1469
static void tcg_target_qemu_prologue(TCGContext *s)
1470 1470
{
1471 1471
    int i, frame_size;
1472 1472

  
......
1498 1498
    tcg_out_addi(s, TCG_REG_SP, frame_size);
1499 1499
}
1500 1500

  
1501
void tcg_target_init(TCGContext *s)
1501
static void tcg_target_init(TCGContext *s)
1502 1502
{
1503 1503
    tcg_regset_set(tcg_target_available_regs[TCG_TYPE_I32], 0xffffffff);
1504 1504
    tcg_regset_set(tcg_target_call_clobber_regs,

Also available in: Unified diff