aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Newsome <tim@sifive.com>2021-05-03 11:10:58 -0700
committerTim Newsome <tim@sifive.com>2021-05-03 11:10:58 -0700
commitf950c4fbf2d6c14e86a33d6b5ea1acf890fc1d59 (patch)
tree8fdb08bdd22349312d1d47b6a4d6353fb66faa85
parent927c4db298bf4bd7fe71b332ca819336897fbb3b (diff)
downloadriscv-openocd-f950c4fbf2d6c14e86a33d6b5ea1acf890fc1d59.zip
riscv-openocd-f950c4fbf2d6c14e86a33d6b5ea1acf890fc1d59.tar.gz
riscv-openocd-f950c4fbf2d6c14e86a33d6b5ea1acf890fc1d59.tar.bz2
Fix build.
Change-Id: Icb7318c8ea6eaeace503d6d2171b34e59a6449db
-rw-r--r--src/helper/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/command.c b/src/helper/command.c
index eb50ce1..4cda7c2 100644
--- a/src/helper/command.c
+++ b/src/helper/command.c
@@ -980,7 +980,7 @@ static int jim_command_dispatch(Jim_Interp *interp, int argc, Jim_Obj * const *a
if (!command_can_run(cmd_ctx, c, Jim_GetString(argv[0], NULL)))
return JIM_ERR;
- target_call_timer_callbacks_now();
+ target_call_timer_callbacks_now(NULL);
/*
* Black magic of overridden current target: