diff options
Diffstat (limited to 'src/svf/svf.c')
-rw-r--r-- | src/svf/svf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svf/svf.c b/src/svf/svf.c index ba6ed1b7..76b06704 100644 --- a/src/svf/svf.c +++ b/src/svf/svf.c @@ -301,7 +301,7 @@ int svf_add_statemove(tap_state_t state_to) return ERROR_FAIL; } -static int handle_svf_command(struct command_context_s *cmd_ctx, char *cmd, char **args, int argc) +COMMAND_HANDLER(handle_svf_command) { #define SVF_NUM_OF_OPTIONS 1 int command_num = 0, i; |