X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Fxscale.c;h=ca3ea2ae89ffe4a31029e632fcf9b031eb1d7f1c;hp=73c1ba1cc2d2c7b8d2931ae8fc4648b4005db7f3;hb=ef746e27c55c14b7a4f6381c490e5c175e409c0b;hpb=98723c4ecdbe06f90c66f3abec27b792c3b38e34 diff --git a/src/target/xscale.c b/src/target/xscale.c index 73c1ba1cc2..ca3ea2ae89 100644 --- a/src/target/xscale.c +++ b/src/target/xscale.c @@ -3577,7 +3577,7 @@ COMMAND_HANDLER(xscale_handle_cp15) static int xscale_register_commands(struct command_context *cmd_ctx) { - command_t *xscale_cmd; + struct command *xscale_cmd; xscale_cmd = register_command(cmd_ctx, NULL, "xscale", NULL, COMMAND_ANY, "xscale specific commands");