Revision 379f6698 tcg/tcg.c

b/tcg/tcg.c
46 46

  
47 47
#include "qemu-common.h"
48 48
#include "cache-utils.h"
49
#include "host-utils.h"
49 50

  
50 51
/* Note: the long term plan is to reduce the dependancies on the QEMU
51 52
   CPU definitions. Currently they are used for qemu_ld/st
......
57 58
#include "tcg-op.h"
58 59
#include "elf.h"
59 60

  
61
#if defined(CONFIG_USE_GUEST_BASE) && !defined(TCG_TARGET_HAS_GUEST_BASE)
62
#error GUEST_BASE not supported on this host.
63
#endif
60 64

  
61 65
static void patch_reloc(uint8_t *code_ptr, int type, 
62 66
                        tcg_target_long value, tcg_target_long addend);

Also available in: Unified diff