Revision f18ac341 target-ppc/translate.c

b/target-ppc/translate.c
184 184
    opc_handler_t handler;
185 185
} opcode_t;
186 186

  
187
/* XXX: move that elsewhere */
188
extern FILE *logfile;
189
extern int loglevel;
190

  
191 187
/***                           Instruction decoding                        ***/
192 188
#define EXTRACT_HELPER(name, shift, nb)                                       \
193 189
static inline uint32_t name (uint32_t opcode)                                 \
......
2890 2886

  
2891 2887
/*****************************************************************************/
2892 2888
/* Misc PPC helpers */
2893
FILE *stdout;
2894 2889

  
2895 2890
void cpu_ppc_dump_state(CPUPPCState *env, FILE *f, int flags)
2896 2891
{

Also available in: Unified diff