Revision cf2be984 tcg/tcg-dyngen.c

b/tcg/tcg-dyngen.c
464 464
#endif
465 465
#endif
466 466

  
467
#ifndef CONFIG_NO_DYNGEN_OP
467 468
const TCGArg *dyngen_op(TCGContext *s, int opc, const TCGArg *opparam_ptr)
468 469
{
469 470
    uint8_t *gen_code_ptr;
......
480 481
    s->code_ptr = gen_code_ptr;
481 482
    return opparam_ptr;
482 483
}
484
#endif

Also available in: Unified diff