summaryrefslogtreecommitdiff
path: root/target-mips
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-04 04:21:01 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-04 04:21:01 +0000
commit0fead1259abcfbfedcb4c3067390660d490adf97 (patch)
tree179c5a27dd77cd66ea7cfa3b26c80d12a3ef4647 /target-mips
parent1235fc066ac7146bb3ed8ae97efeb710bb57644a (diff)
downloadqemu-0fead1259abcfbfedcb4c3067390660d490adf97.tar.gz
Delete duplicate code.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4656 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips')
-rw-r--r--target-mips/translate.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/target-mips/translate.c b/target-mips/translate.c
index 4808d08a57..4327fcbc23 100644
--- a/target-mips/translate.c
+++ b/target-mips/translate.c
@@ -7254,9 +7254,6 @@ gen_intermediate_code_internal (CPUState *env, TranslationBlock *tb,
num_temps = 0;
memset(temps, 0, sizeof(temps));
- num_temps = 0;
- memset(temps, 0, sizeof(temps));
-
pc_start = tb->pc;
gen_opc_end = gen_opc_buf + OPC_MAX_SIZE;
ctx.pc = pc_start;