Commit f18ac341fe80e450c11f36683924af19a859accc

Authored by bellard
1 parent 63ce9e0a

cleanup


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@855 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 5 deletions
target-ppc/translate.c
... ... @@ -184,10 +184,6 @@ typedef struct opcode_t {
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,7 +2886,6 @@ static int create_ppc_proc (opc_handler_t **ppc_opcodes, unsigned long pvr)
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 {
... ...