Revision cf2be984 tcg/tcg.c

b/tcg/tcg.c
1752 1752
            goto next;
1753 1753
        case INDEX_op_end:
1754 1754
            goto the_end;
1755

  
1756
#ifndef CONFIG_NO_DYNGEN_OP
1755 1757
        case 0 ... INDEX_op_end - 1:
1756 1758
            /* legacy dyngen ops */
1757 1759
#ifdef CONFIG_PROFILER
......
1768 1770
                args = dyngen_op(s, opc, args);
1769 1771
            }
1770 1772
            goto next;
1773
#endif
1771 1774
        default:
1772 1775
            /* Note: in order to speed up the code, it would be much
1773 1776
               faster to have specialized register allocator functions for

Also available in: Unified diff