diff options
author | ths <ths> | 2008-08-01 17:14:35 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-08-01 17:14:35 +0000 |
commit | e0cb843df35c6b008c1118746e7fff971e44094f (patch) | |
tree | fffe58bb06c55ff20751516574dcd7451c550369 /qemu/target-mips | |
parent | 382614a82fca5077204b9e5fe9b1a5fc5b098ccb (diff) |
Delete unused variable.
Diffstat (limited to 'qemu/target-mips')
-rw-r--r-- | qemu/target-mips/translate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu/target-mips/translate.c b/qemu/target-mips/translate.c index d6e54c8f..06a5f350 100644 --- a/qemu/target-mips/translate.c +++ b/qemu/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; |