Commit 0fd70f8f2073aa2f1b63f7415afdb7583029e145

Authored by ths
1 parent a7a044f2

Delete unused variable.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4981 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 1 deletions
target-mips/translate.c
@@ -519,7 +519,6 @@ typedef struct DisasContext { @@ -519,7 +519,6 @@ typedef struct DisasContext {
519 struct TranslationBlock *tb; 519 struct TranslationBlock *tb;
520 target_ulong pc, saved_pc; 520 target_ulong pc, saved_pc;
521 uint32_t opcode; 521 uint32_t opcode;
522 - uint32_t fp_status;  
523 /* Routine used to access memory */ 522 /* Routine used to access memory */
524 int mem_idx; 523 int mem_idx;
525 uint32_t hflags, saved_hflags; 524 uint32_t hflags, saved_hflags;