ppc: Fix single step with gdb stub
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
e763da2344
commit
1f0e657d3f
@ -322,7 +322,7 @@ static void gen_debug_exception(DisasContext *ctx)
|
||||
*/
|
||||
if ((ctx->exception != POWERPC_EXCP_BRANCH) &&
|
||||
(ctx->exception != POWERPC_EXCP_SYNC)) {
|
||||
gen_update_nip(ctx, ctx->nip - 4);
|
||||
gen_update_nip(ctx, ctx->nip);
|
||||
}
|
||||
t0 = tcg_const_i32(EXCP_DEBUG);
|
||||
gen_helper_raise_exception(cpu_env, t0);
|
||||
|
Loading…
Reference in New Issue
Block a user