X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftarget%2Faarch64.c;h=8b0cf3b631d9d74096a01fb59bab62349b1a4f79;hb=07d84bca32702f1c8405f7dc20dc18cc448ce39d;hp=20e212e2b31bf22049d4c6c50daadf113ef666ce;hpb=a21489e9b92c3be75f7526525a3753633b732525;p=fw%2Fopenocd diff --git a/src/target/aarch64.c b/src/target/aarch64.c index 20e212e2b..8b0cf3b63 100644 --- a/src/target/aarch64.c +++ b/src/target/aarch64.c @@ -1837,7 +1837,7 @@ static int aarch64_remove_watchpoint(struct target *target, * find out which watchpoint hits * get exception address and compare the address to watchpoints */ -int aarch64_hit_watchpoint(struct target *target, +static int aarch64_hit_watchpoint(struct target *target, struct watchpoint **hit_watchpoint) { if (target->debug_reason != DBG_REASON_WATCHPOINT)