projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37e3ead
)
Delete unused variable.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 1 Aug 2008 17:14:35 +0000
(17:14 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 1 Aug 2008 17:14:35 +0000
(17:14 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4981
c046a42c
-6fe2-441c-8c8c-
71466251a162
target-mips/translate.c
patch
|
blob
|
history
diff --git
a/target-mips/translate.c
b/target-mips/translate.c
index d6e54c8fa07f32ccb2c41d39d5432051b39d10ae..06a5f350b11327d39a8cd2c220fd461b23882330 100644
(file)
--- 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;