Commit 0fead1259abcfbfedcb4c3067390660d490adf97

Authored by ths
1 parent 1235fc06

Delete duplicate code.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4656 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 3 deletions
target-mips/translate.c
@@ -7254,9 +7254,6 @@ gen_intermediate_code_internal (CPUState *env, TranslationBlock *tb, @@ -7254,9 +7254,6 @@ gen_intermediate_code_internal (CPUState *env, TranslationBlock *tb,
7254 num_temps = 0; 7254 num_temps = 0;
7255 memset(temps, 0, sizeof(temps)); 7255 memset(temps, 0, sizeof(temps));
7256 7256
7257 - num_temps = 0;  
7258 - memset(temps, 0, sizeof(temps));  
7259 -  
7260 pc_start = tb->pc; 7257 pc_start = tb->pc;
7261 gen_opc_end = gen_opc_buf + OPC_MAX_SIZE; 7258 gen_opc_end = gen_opc_buf + OPC_MAX_SIZE;
7262 ctx.pc = pc_start; 7259 ctx.pc = pc_start;