projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1235fc0
)
Delete duplicate code.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 4 Jun 2008 04:21:01 +0000
(
04:21
+0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 4 Jun 2008 04:21:01 +0000
(
04:21
+0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4656
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 4808d08a57c7484059beeb70e721456c2047275d..4327fcbc233d35426e3d0431aa357ae4ae26070e 100644
(file)
--- 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;