Loading target-alpha/translate.c +0 −1 Original line number Diff line number Diff line Loading @@ -2047,7 +2047,6 @@ int gen_intermediate_code_internal (CPUState *env, TranslationBlock *tb, lj++; while (lj <= j) gen_opc_instr_start[lj++] = 0; tb->size = 0; } else { tb->size = ctx.pc - pc_start; } Loading target-arm/translate.c +0 −1 Original line number Diff line number Diff line Loading @@ -3656,7 +3656,6 @@ static inline int gen_intermediate_code_internal(CPUState *env, lj++; while (lj <= j) gen_opc_instr_start[lj++] = 0; tb->size = 0; } else { tb->size = dc->pc - pc_start; } Loading target-m68k/translate.c +0 −1 Original line number Diff line number Diff line Loading @@ -3260,7 +3260,6 @@ gen_intermediate_code_internal(CPUState *env, TranslationBlock *tb, lj++; while (lj <= j) gen_opc_instr_start[lj++] = 0; tb->size = 0; } else { tb->size = dc->pc - pc_start; } Loading target-mips/translate.c +3 −5 Original line number Diff line number Diff line Loading @@ -5882,10 +5882,6 @@ static void decode_opc (CPUState *env, DisasContext *ctx) generate_exception(ctx, EXCP_SYSCALL); break; case OPC_BREAK: /* XXX: Hack to work around wrong handling of self-modifying code. */ ctx->pc += 4; save_cpu_state(ctx, 1); ctx->pc -= 4; generate_exception(ctx, EXCP_BREAK); break; case OPC_SPIM: Loading Loading @@ -6433,6 +6429,9 @@ gen_intermediate_code_internal (CPUState *env, TranslationBlock *tb, save_cpu_state(&ctx, 1); ctx.bstate = BS_BRANCH; gen_op_debug(); /* Include the breakpoint location or the tb won't * be flushed when it must be. */ ctx.pc += 4; goto done_generating; } } Loading Loading @@ -6493,7 +6492,6 @@ done_generating: lj++; while (lj <= j) gen_opc_instr_start[lj++] = 0; tb->size = 0; } else { tb->size = ctx.pc - pc_start; } Loading target-ppc/translate.c +0 −1 Original line number Diff line number Diff line Loading @@ -5878,7 +5878,6 @@ static inline int gen_intermediate_code_internal (CPUState *env, lj++; while (lj <= j) gen_opc_instr_start[lj++] = 0; tb->size = 0; } else { tb->size = ctx.nip - pc_start; } Loading Loading
target-alpha/translate.c +0 −1 Original line number Diff line number Diff line Loading @@ -2047,7 +2047,6 @@ int gen_intermediate_code_internal (CPUState *env, TranslationBlock *tb, lj++; while (lj <= j) gen_opc_instr_start[lj++] = 0; tb->size = 0; } else { tb->size = ctx.pc - pc_start; } Loading
target-arm/translate.c +0 −1 Original line number Diff line number Diff line Loading @@ -3656,7 +3656,6 @@ static inline int gen_intermediate_code_internal(CPUState *env, lj++; while (lj <= j) gen_opc_instr_start[lj++] = 0; tb->size = 0; } else { tb->size = dc->pc - pc_start; } Loading
target-m68k/translate.c +0 −1 Original line number Diff line number Diff line Loading @@ -3260,7 +3260,6 @@ gen_intermediate_code_internal(CPUState *env, TranslationBlock *tb, lj++; while (lj <= j) gen_opc_instr_start[lj++] = 0; tb->size = 0; } else { tb->size = dc->pc - pc_start; } Loading
target-mips/translate.c +3 −5 Original line number Diff line number Diff line Loading @@ -5882,10 +5882,6 @@ static void decode_opc (CPUState *env, DisasContext *ctx) generate_exception(ctx, EXCP_SYSCALL); break; case OPC_BREAK: /* XXX: Hack to work around wrong handling of self-modifying code. */ ctx->pc += 4; save_cpu_state(ctx, 1); ctx->pc -= 4; generate_exception(ctx, EXCP_BREAK); break; case OPC_SPIM: Loading Loading @@ -6433,6 +6429,9 @@ gen_intermediate_code_internal (CPUState *env, TranslationBlock *tb, save_cpu_state(&ctx, 1); ctx.bstate = BS_BRANCH; gen_op_debug(); /* Include the breakpoint location or the tb won't * be flushed when it must be. */ ctx.pc += 4; goto done_generating; } } Loading Loading @@ -6493,7 +6492,6 @@ done_generating: lj++; while (lj <= j) gen_opc_instr_start[lj++] = 0; tb->size = 0; } else { tb->size = ctx.pc - pc_start; } Loading
target-ppc/translate.c +0 −1 Original line number Diff line number Diff line Loading @@ -5878,7 +5878,6 @@ static inline int gen_intermediate_code_internal (CPUState *env, lj++; while (lj <= j) gen_opc_instr_start[lj++] = 0; tb->size = 0; } else { tb->size = ctx.nip - pc_start; } Loading