Revision 9002ec79 exec.c

b/exec.c
574 574
#if !defined(CONFIG_USER_ONLY)
575 575
    io_mem_init();
576 576
#endif
577
#if !defined(CONFIG_USER_ONLY) || !defined(CONFIG_USE_GUEST_BASE)
578
    /* There's no guest base to take into account, so go ahead and
579
       initialize the prologue now.  */
580
    tcg_prologue_init(&tcg_ctx);
581
#endif
577 582
}
578 583

  
579 584
#if defined(CPU_SAVE_VERSION) && !defined(CONFIG_USER_ONLY)

Also available in: Unified diff