Revision d6b64b2b tcg/tcg.c

b/tcg/tcg.c
268 268
    tcg_target_qemu_prologue(s);
269 269
    flush_icache_range((tcg_target_ulong)s->code_buf,
270 270
                       (tcg_target_ulong)s->code_ptr);
271

  
272
#ifdef DEBUG_DISAS
273
    if (qemu_loglevel_mask(CPU_LOG_TB_OUT_ASM)) {
274
        size_t size = s->code_ptr - s->code_buf;
275
        qemu_log("PROLOGUE: [size=%zu]\n", size);
276
        log_disas(s->code_buf, size);
277
        qemu_log("\n");
278
        qemu_log_flush();
279
    }
280
#endif
271 281
}
272 282

  
273 283
void tcg_set_frame(TCGContext *s, int reg,

Also available in: Unified diff