diff options
-rw-r--r-- | src/target/arm920t.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm920t.c b/src/target/arm920t.c index 99f7dca9..658315b2 100644 --- a/src/target/arm920t.c +++ b/src/target/arm920t.c @@ -788,7 +788,7 @@ static int arm920t_mcr(struct target *target, int cpnum, uint32_t CRn, uint32_t CRm, uint32_t value); -int arm920t_init_arch_info(struct target *target, +static int arm920t_init_arch_info(struct target *target, struct arm920t_common *arm920t, struct jtag_tap *tap) { struct arm7_9_common *arm7_9 = &arm920t->arm7_9_common; |