Revision 9002ec79 linux-user/main.c

b/linux-user/main.c
31 31
#include "cache-utils.h"
32 32
/* For tb_lock */
33 33
#include "exec-all.h"
34

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

  
......
2984 2984
    syscall_init();
2985 2985
    signal_init();
2986 2986

  
2987
#if defined(CONFIG_USE_GUEST_BASE)
2988
    /* Now that we've loaded the binary, GUEST_BASE is fixed.  Delay
2989
       generating the prologue until now so that the prologue can take
2990
       the real value of GUEST_BASE into account.  */
2991
    tcg_prologue_init(&tcg_ctx);
2992
#endif
2993

  
2987 2994
#if defined(TARGET_I386)
2988 2995
    cpu_x86_set_cpl(env, 3);
2989 2996

  

Also available in: Unified diff