Revision 9002ec79 bsd-user/main.c

b/bsd-user/main.c
30 30
#include "qemu-common.h"
31 31
/* For tb_lock */
32 32
#include "exec-all.h"
33

  
33
#include "tcg.h"
34 34
#include "qemu-timer.h"
35 35
#include "envlist.h"
36 36

  
......
970 970
    syscall_init();
971 971
    signal_init();
972 972

  
973
#if defined(CONFIG_USE_GUEST_BASE)
974
    /* Now that we've loaded the binary, GUEST_BASE is fixed.  Delay
975
       generating the prologue until now so that the prologue can take
976
       the real value of GUEST_BASE into account.  */
977
    tcg_prologue_init(&tcg_ctx);
978
#endif
979

  
973 980
    /* build Task State */
974 981
    memset(ts, 0, sizeof(TaskState));
975 982
    init_task_state(ts);

Also available in: Unified diff