X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm_dap.c;h=5c15f2c10fce56977104113832cd03ce444ccb35;hp=dd7ec9b5893f14ee57de953a94345253c16cf6e4;hb=d50e92e7f7e44ef315e5bf005a78f9184db051c4;hpb=5a330d1d743bfbc26bc6fdd542e63f814f0d61b3 diff --git a/src/target/arm_dap.c b/src/target/arm_dap.c index dd7ec9b589..5c15f2c10f 100644 --- a/src/target/arm_dap.c +++ b/src/target/arm_dap.c @@ -331,7 +331,7 @@ COMMAND_HANDLER(handle_dap_info_command) return ERROR_COMMAND_SYNTAX_ERROR; } - return dap_info_command(CMD_CTX, &dap->ap[apsel]); + return dap_info_command(CMD, &dap->ap[apsel]); } static const struct command_registration dap_subcommand_handlers[] = {