提交 f18ac341 编写于 作者: B bellard

cleanup


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@855 c046a42c-6fe2-441c-8c8c-71466251a162
上级 63ce9e0a
...@@ -184,10 +184,6 @@ typedef struct opcode_t { ...@@ -184,10 +184,6 @@ typedef struct opcode_t {
opc_handler_t handler; opc_handler_t handler;
} opcode_t; } opcode_t;
/* XXX: move that elsewhere */
extern FILE *logfile;
extern int loglevel;
/*** Instruction decoding ***/ /*** Instruction decoding ***/
#define EXTRACT_HELPER(name, shift, nb) \ #define EXTRACT_HELPER(name, shift, nb) \
static inline uint32_t name (uint32_t opcode) \ 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,7 +2886,6 @@ static int create_ppc_proc (opc_handler_t **ppc_opcodes, unsigned long pvr)
/*****************************************************************************/ /*****************************************************************************/
/* Misc PPC helpers */ /* Misc PPC helpers */
FILE *stdout;
void cpu_ppc_dump_state(CPUPPCState *env, FILE *f, int flags) void cpu_ppc_dump_state(CPUPPCState *env, FILE *f, int flags)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册