diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-01 17:14:35 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-01 17:14:35 +0000 |
commit | 0fd70f8f2073aa2f1b63f7415afdb7583029e145 (patch) | |
tree | 879e665c37d6945393b9afc7f29912606014ff88 /target-mips | |
parent | a7a044f29e288c64aafc8e82ccfeeb9c6aa49017 (diff) |
Delete unused variable.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4981 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips')
-rw-r--r-- | target-mips/translate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-mips/translate.c b/target-mips/translate.c index d6e54c8fa0..06a5f350b1 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -519,7 +519,6 @@ typedef struct DisasContext { struct TranslationBlock *tb; target_ulong pc, saved_pc; uint32_t opcode; - uint32_t fp_status; /* Routine used to access memory */ int mem_idx; uint32_t hflags, saved_hflags; |