Revision b3db8758 tcg/tcg.c

b/tcg/tcg.c
1685 1685
    macro_op_index = -1;
1686 1686
    args = gen_opparam_buf;
1687 1687
    op_index = 0;
1688

  
1689
#ifdef TCG_TARGET_NEEDS_PROLOGUE
1690
    tcg_target_prologue(s);
1691
#endif
1692

  
1688 1693
    for(;;) {
1689 1694
        opc = gen_opc_buf[op_index];
1690 1695
#ifdef CONFIG_PROFILER

Also available in: Unified diff