Revision 640f42e4 monitor.c

b/monitor.c
1368 1368

  
1369 1369
static void do_info_kqemu(Monitor *mon)
1370 1370
{
1371
#ifdef USE_KQEMU
1371
#ifdef CONFIG_KQEMU
1372 1372
    CPUState *env;
1373 1373
    int val;
1374 1374
    val = 0;
......
1445 1445
    kqemu_ret_int_count = 0;
1446 1446
    kqemu_ret_excp_count = 0;
1447 1447
    kqemu_ret_intr_count = 0;
1448
#ifdef USE_KQEMU
1448
#ifdef CONFIG_KQEMU
1449 1449
    kqemu_record_dump();
1450 1450
#endif
1451 1451
}

Also available in: Unified diff