X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fxscale.c;h=a090c4b3910666f4d8b0c6515d62cbb3001aa942;hp=bc79c7f74d4f258e1b4cbb8a5ede0073d4af7e1d;hb=54ecec2e85d7ffd8aeaa9cd1f76a5a983ff20391;hpb=cff570b22f15494948313e4f0c4c28fae74887ad diff --git a/src/target/xscale.c b/src/target/xscale.c index bc79c7f74d..a090c4b391 100644 --- a/src/target/xscale.c +++ b/src/target/xscale.c @@ -3090,7 +3090,7 @@ COMMAND_HANDLER(xscale_handle_cache_info_command) if (retval != ERROR_OK) return retval; - return armv4_5_handle_cache_info_command(CMD_CTX, &xscale->armv4_5_mmu.armv4_5_cache); + return armv4_5_handle_cache_info_command(CMD, &xscale->armv4_5_mmu.armv4_5_cache); } static int xscale_virt2phys(struct target *target,