diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-05-23 21:00:55 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-05-23 21:00:55 +0000 |
commit | f18ac341fe80e450c11f36683924af19a859accc (patch) | |
tree | afc2b1abfced265e3ce05c1db3c2569727f0a185 /target-ppc | |
parent | 63ce9e0a42503fbdb40eb8fb4b0933a058213925 (diff) |
cleanup
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@855 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc')
-rw-r--r-- | target-ppc/translate.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-ppc/translate.c b/target-ppc/translate.c index 021cc7413f..c6e45416b7 100644 --- a/target-ppc/translate.c +++ b/target-ppc/translate.c @@ -184,10 +184,6 @@ typedef struct opcode_t { opc_handler_t handler; } opcode_t; -/* XXX: move that elsewhere */ -extern FILE *logfile; -extern int loglevel; - /*** Instruction decoding ***/ #define EXTRACT_HELPER(name, shift, nb) \ 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) /*****************************************************************************/ /* Misc PPC helpers */ -FILE *stdout; void cpu_ppc_dump_state(CPUPPCState *env, FILE *f, int flags) { |