X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fcortex_a.c;h=e209c801c151f2f03cee378f629bae4343fb0ce1;hp=bc4aa33b40fb66ade1fbe1b4a1d8df934737fc18;hb=cf81de70524d615aa307f94b9b326bed42d7dfc0;hpb=988a002a30afe4facd116c97cba88b3793841046 diff --git a/src/target/cortex_a.c b/src/target/cortex_a.c index bc4aa33b40..e209c801c1 100644 --- a/src/target/cortex_a.c +++ b/src/target/cortex_a.c @@ -1420,6 +1420,7 @@ static int cortex_a_step(struct target *target, int current, target_addr_t addre /* Setup single step breakpoint */ stepbreakpoint.address = address; + stepbreakpoint.asid = 0; stepbreakpoint.length = (arm->core_state == ARM_STATE_THUMB) ? 2 : 4; stepbreakpoint.type = BKPT_HARD;