aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm926ejs.c
diff options
context:
space:
mode:
authorEvgeniy Naydanov <109669442+en-sc@users.noreply.github.com>2025-09-12 12:57:16 +0300
committerGitHub <noreply@github.com>2025-09-12 12:57:16 +0300
commit48483a84a064ee5487aa3e8a2c2494722a3c3849 (patch)
treec257d9a9f54558064219ed565088000ee0883ce4 /src/target/arm926ejs.c
parent39d4c50950817d0622aa468a675091ea9a0b23c2 (diff)
parent517c40ba8d2da7dfdbcccd04dd3fba59da633213 (diff)
downloadriscv-openocd-riscv.zip
riscv-openocd-riscv.tar.gz
riscv-openocd-riscv.tar.bz2
Merge pull request #1267 from en-sc/en-sc/from_upstreamHEADlatestriscv
Merge up to afbd01b0a46f3a81fe6076c002ad66973dcfb64c from upstream
Diffstat (limited to 'src/target/arm926ejs.c')
-rw-r--r--src/target/arm926ejs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm926ejs.c b/src/target/arm926ejs.c
index add90c9..0531106 100644
--- a/src/target/arm926ejs.c
+++ b/src/target/arm926ejs.c
@@ -702,7 +702,7 @@ int arm926ejs_init_arch_info(struct target *target, struct arm926ejs_common *arm
return ERROR_OK;
}
-static int arm926ejs_target_create(struct target *target, Jim_Interp *interp)
+static int arm926ejs_target_create(struct target *target)
{
struct arm926ejs_common *arm926ejs = calloc(1, sizeof(struct arm926ejs_common));